Skip to content

Commit

Permalink
appease linters
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Mar 26, 2024
1 parent 71d6e3d commit 6cf45e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stormpiper/stormpiper/src/solve_structural_wq.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
import networkx as nx
import pandas
from nereid.src.network.utils import nxGraph_to_dict
from nereid.src.tasks import solve_watershed
from nereid.src.network.validate import is_valid, validate_network
from nereid.src.tasks import solve_watershed

from stormpiper.core.context import get_context
from stormpiper.core.config import settings
from stormpiper.core.context import get_context
from stormpiper.database.connection import engine
from stormpiper.database.schemas.results import COLS

from .loading import land_surface_load_to_structural_from_db
from .organics import add_virtual_pocs_to_wide_load_summary


logging.basicConfig(level=settings.LOGLEVEL)
logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 6cf45e7

Please sign in to comment.