Skip to content

Commit

Permalink
Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Aug 8, 2024
1 parent 8794967 commit 05d27e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etrago/analyze/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from matplotlib import pyplot as plt
from matplotlib.legend_handler import HandlerPatch
from matplotlib.patches import Circle, Ellipse

import matplotlib
import matplotlib.patches as mpatches
import numpy as np
Expand All @@ -44,12 +43,13 @@
logger = logging.getLogger(__name__)

if "READTHEDOCS" not in os.environ:
from etrago.execute import import_gen_from_links
from pyproj import Proj, transform
from shapely.geometry import LineString, Point
import geopandas as gpd
import tilemapbase

from etrago.execute import import_gen_from_links

__copyright__ = (
"Flensburg University of Applied Sciences, "
"Europa-Universität Flensburg, "
Expand Down

0 comments on commit 05d27e4

Please sign in to comment.