Removed unused import

This commit is contained in:
Sven Heidemann 2022-01-16 11:42:29 +01:00
parent f7edc44154
commit 9758f9aa50

View File

@ -1,6 +1,5 @@
from typing import Optional from typing import Optional
import value as value
from cpl_query.extension import List from cpl_query.extension import List
from py_to_uxf_core.abc.function_scanner_abc import FunctionScannerABC from py_to_uxf_core.abc.function_scanner_abc import FunctionScannerABC