We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447f2d7 commit dbce21aCopy full SHA for dbce21a
2 files changed
src/opengeodeweb_back/geode_objects/geode_section.py
@@ -1,6 +1,5 @@
1
# Standard library imports
2
from __future__ import annotations
3
-from typing import cast
4
5
# Third party imports
6
import opengeode as og
src/opengeodeweb_back/utils_functions.py
@@ -5,7 +5,7 @@
import zipfile
from collections.abc import Callable
7
from concurrent.futures import ThreadPoolExecutor
8
-from typing import Any, cast
+from typing import Any
9
10
11
0 commit comments