Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLester committed May 4, 2023
1 parent 5d622a2 commit e185d93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pv_site_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Any

import httpx
from httpx_auth import OAuth2ClientCredentials
import pandas as pd
import sentry_sdk
import structlog
Expand All @@ -12,6 +11,7 @@
from fastapi.middleware.cors import CORSMiddleware
from fastapi.openapi.utils import get_openapi
from fastapi.responses import FileResponse, JSONResponse
from httpx_auth import OAuth2ClientCredentials
from pvlib import irradiance, location, pvsystem
from pvsite_datamodel.read.site import get_all_sites
from pvsite_datamodel.read.status import get_latest_status
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
from datetime import datetime, timedelta

import pytest_httpx
import freezegun
import pytest
from fastapi.testclient import TestClient
Expand All @@ -23,7 +22,6 @@
from pv_site_api.main import app, auth
from pv_site_api.session import get_session


enode_token_url = os.getenv("ENODE_TOKEN_URL", "https://oauth.sandbox.enode.io/oauth2/token")


Expand Down

0 comments on commit e185d93

Please sign in to comment.