Skip to content

Commit

Permalink
optimze imports
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Sep 3, 2023
1 parent aa95baa commit a71989b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmem_plugin_databus/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@
PluginContext
)
from cmem_plugin_base.dataintegration.description import Plugin, PluginParameter
from cmem_plugin_base.dataintegration.parameter.dataset import DatasetParameterType
from cmem_plugin_base.dataintegration.plugins import WorkflowPlugin
from cmem_plugin_base.dataintegration.types import StringParameterType, Autocompletion
from cmem_plugin_base.dataintegration.utils import setup_cmempy_user_access

from cmem_plugin_databus.cmem_wrappers import post_streamed_bytes
from cmem_plugin_databus.utils import (
byte_iterator_context_update,
get_clock, fetch_api_search_result, fetch_facets_options, fetch_databus_files,
fetch_api_search_result, fetch_facets_options, fetch_databus_files,
)


Expand Down

0 comments on commit a71989b

Please sign in to comment.