Skip to content

Commit

Permalink
Make isort happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Jul 1, 2019
1 parent 4bcaa30 commit 368a70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oemof/tabular/examples/scripting/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import pkg_resources as pkg

from oemof.solph import EnergySystem, Model
from oemof.tabular.facades import TYPEMAP
import oemof.tabular.tools.postprocessing as pp

# DONT REMOVE THIS LINE!
from oemof.tabular import datapackage # noqa
from oemof.tabular.facades import TYPEMAP
import oemof.tabular.tools.postprocessing as pp

name = "dispatch"

Expand Down

0 comments on commit 368a70b

Please sign in to comment.