Skip to content

Commit

Permalink
using black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Sep 29, 2023
1 parent 3f39fc4 commit 734d970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etrago/tools/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
flexibility_usage,
heat_stores,
hydrogen_stores,
plot_clusters,
plot_carrier,
plot_clusters,
plot_gas_generation,
plot_gas_summary,
plot_grid,
Expand Down Expand Up @@ -292,7 +292,7 @@ def __init__(
plot_grid = plot_grid

plot_clusters = plot_clusters

plot_carrier = plot_carrier

plot_gas_generation = plot_gas_generation
Expand Down
3 changes: 2 additions & 1 deletion etrago/tools/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import logging
import os

from etrago.tools.execute import import_gen_from_links
from matplotlib import pyplot as plt
from matplotlib.legend_handler import HandlerPatch
from matplotlib.patches import Circle, Ellipse
Expand All @@ -35,6 +34,8 @@
import numpy as np
import pandas as pd

from etrago.tools.execute import import_gen_from_links

cartopy_present = True
try:
import cartopy.crs as ccrs
Expand Down

0 comments on commit 734d970

Please sign in to comment.