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
No related branches found
No related tags found
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
the acuired data with CaosDB.
"""
from __future__ import annotations
import importlib
from caosadvancedtools.cache import UpdateCache, Cache
import uuid
......
......@@ -23,7 +23,6 @@
# ** end header
#
from __future__ import annotations
import yaml
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