Skip to content

Commit

Permalink
Move import of packages to avoid problems in rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 3, 2024
1 parent f8f22eb commit 5b4075e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etrago/tools/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
import os

from pyomo.environ import Constraint, PositiveReals, Var
from shapely.geometry import Point
import geopandas as gpd
import numpy as np
import pandas as pd
import pypsa
import sqlalchemy.exc

if "READTHEDOCS" not in os.environ:
from shapely.geometry import Point
import geopandas as gpd

from etrago.tools import db

Expand Down

0 comments on commit 5b4075e

Please sign in to comment.