Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
g-simmons committed Apr 6, 2023
1 parent a661d4f commit 32b8c1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion papercast/plugin_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from papercast.base import BasePipelineComponent
import importlib.metadata
from importlib import import_module
from papercast.plugin_utils import validate_base_pipeline_component, validate_output_types

def validate_base_pipeline_component(plugin_module):
if not issubclass(plugin_module, BasePipelineComponent):
Expand Down

0 comments on commit 32b8c1b

Please sign in to comment.