Skip to content

Commit

Permalink
isort update
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 27, 2024
1 parent cb5a042 commit eda89dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions database-cleanup/database_cleanup/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
import os
import time
import uuid
import sentry_sdk
import pkg_resources

import click
import pkg_resources
import sentry_sdk
import sqlalchemy as sa
from pvsite_datamodel.sqlmodels import ForecastSQL, ForecastValueSQL
from sqlalchemy.orm import Session, sessionmaker
Expand Down
4 changes: 2 additions & 2 deletions forecast-inference/forecast_inference/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
import os
import pathlib
from uuid import UUID
import sentry_sdk
import pkg_resources

import click
import dotenv
import numpy as np
import pkg_resources
import sentry_sdk
from psp.models.base import PvSiteModel
from psp.typings import PvId, Timestamp, X
from pvsite_datamodel.connection import DatabaseConnection
Expand Down

0 comments on commit eda89dd

Please sign in to comment.