Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Apr 16, 2024
1 parent 3766c2e commit 9720117
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tespy/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@
from .turbomachinery.compressor import Compressor # noqa: F401
from .turbomachinery.pump import Pump # noqa: F401
from .turbomachinery.turbine import Turbine # noqa: F401

# New components
from .newComponents import *
from .newAdvancedComponents import *
from .energySupplyComponents import *

0 comments on commit 9720117

Please sign in to comment.