Skip to content
Snippets Groups Projects
Commit eb4a11e9 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: import was in wrong file

parent b3bd8cec
Branches
Tags
2 merge requests!71REL: RElease v0.2.0,!66MAINT: correct type hints
Pipeline #30440 passed
...@@ -28,6 +28,7 @@ Crawl a file structure using a yaml cfood definition and synchronize ...@@ -28,6 +28,7 @@ Crawl a file structure using a yaml cfood definition and synchronize
the acuired data with CaosDB. the acuired data with CaosDB.
""" """
from __future__ import annotations
import importlib import importlib
from caosadvancedtools.cache import UpdateCache, Cache from caosadvancedtools.cache import UpdateCache, Cache
import uuid import uuid
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
# ** end header # ** end header
# #
from __future__ import annotations
import yaml import yaml
from datetime import datetime from datetime import datetime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment