Commit 842e6684 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Simap Connector:

- Fix imports
parent ce595b49
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,11 +14,10 @@


import logging, threading
from queue import Queue
from typing import Dict, Optional
from simap_connector.service.simap_updater.SimapClient import SimapClient
from .worker.data.Resources import Resources
from .worker.data.Sample import Sample
from .worker.data.AggregationCache import AggregationCache
from .worker._Worker import _Worker, WorkerTypeEnum, get_worker_key
from .worker.AggregatorWorker import AggregatorWorker
from .worker.CollectorWorker import CollectorWorker