Skip to content

Commit

Permalink
fixing network_analysis circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Jan 15, 2025
1 parent 05933cb commit efa1d0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/konnektor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# basic gufe types:
from gufe import Component, ProteinComponent, SmallMoleculeComponent

from . import network_analysis

# Konnektor content
from .network_planners import (
ClusteredNetworkGenerator,
Expand All @@ -27,4 +25,4 @@
delete_transformation,
merge_networks,
)
from .visualization import draw_ligand_network
from .visualization import draw_ligand_network

0 comments on commit efa1d0c

Please sign in to comment.