Skip to content

Commit

Permalink
fix import structure
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen committed May 12, 2024
1 parent 18c6472 commit 37a6c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/konnektor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
MstConcatenator,
)

from .network_tools import concatenate, merge, append_node, \
from .network_tools import concatenate_networks, merge_networks, append_component, \
delete_transformation
from .network_tools import ChargeClusterer, ScaffoldClusterer, \
ComponentsDiversityClusterer
Expand Down

0 comments on commit 37a6c0a

Please sign in to comment.