diff --git a/density-annotator/annotator/run_annotator.py b/density-annotator/annotator/run_annotator.py index efcae77..eb613d5 100644 --- a/density-annotator/annotator/run_annotator.py +++ b/density-annotator/annotator/run_annotator.py @@ -1,5 +1,3 @@ -import hydra - from annotator.config import AnnotatorConfig, load_config from annotator.constants import ANNOTATOR_CONFIG_NAME, CONFIG_DIR from annotator.density_annotator import DensityAnnotator