Skip to content

Commit

Permalink
removing unused import causing circular dependency (#109)
Browse files Browse the repository at this point in the history
* commenting out circular import

* Update dispatcher_plugin_nb2workflow/queries.py

---------

Co-authored-by: Carlo Ferrigno <[email protected]>
Co-authored-by: Volodymyr <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent 815da91 commit 94c316c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dispatcher_plugin_nb2workflow/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
NB2WTextProduct,
NB2WParameterProduct,
NB2WProgressProduct)
from .dataserver_dispatcher import NB2WDataDispatcher
from cdci_data_analysis.analysis.ontology import Ontology
import os
from functools import lru_cache, wraps
Expand Down

0 comments on commit 94c316c

Please sign in to comment.