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

MAINT: remove unused imports

parent da00d86d
No related branches found
No related tags found
No related merge requests found
...@@ -34,16 +34,10 @@ match. This occurs in basically three steps: ...@@ -34,16 +34,10 @@ match. This occurs in basically three steps:
3. the identifiables are update based on the date in the file structure 3. the identifiables are update based on the date in the file structure
""" """
import argparse
import re import re
from argparse import RawTextHelpFormatter
from copy import deepcopy
from datetime import datetime
import caosdb as db import caosdb as db
from caosadvancedtools.cache import Cache
ENTITIES = {} ENTITIES = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment