Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Sep 18, 2024
1 parent 9bc1c34 commit 0b30f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/esdl4tulipa/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
from esdl.esdl_handler import EnergySystemHandler
from pyecore.ecore import EOrderedSet
from tabulate import tabulate
from .profiles import gen_profile_name
from .profiles import get_influx_profile
from .profiles import get_profiles
from .mapping import TAssets
from .mapping import asset_types
from .mapping import flow_t
from .profiles import gen_profile_name
from .profiles import get_influx_profile
from .profiles import get_profiles

_HANDLER = EnergySystemHandler()

Expand Down

0 comments on commit 0b30f8a

Please sign in to comment.