Skip to content

Commit dbce21a

Browse files
committed
removed cast
1 parent 447f2d7 commit dbce21a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/opengeodeweb_back/geode_objects/geode_section.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Standard library imports
22
from __future__ import annotations
3-
from typing import cast
43

54
# Third party imports
65
import opengeode as og

src/opengeodeweb_back/utils_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import zipfile
66
from collections.abc import Callable
77
from concurrent.futures import ThreadPoolExecutor
8-
from typing import Any, cast
8+
from typing import Any
99

1010

1111
# Third party imports

0 commit comments

Comments
 (0)