Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Jul 28, 2023
1 parent d665eed commit 9bd8422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
""" Pytest fixitures for tests """
import os
import tempfile

import pytest
from fastapi.testclient import TestClient
from nowcasting_datamodel.connection import DatabaseConnection
from nowcasting_datamodel.fake import make_fake_forecasts
from nowcasting_datamodel.models.base import Base_PV
from testcontainers.postgres import PostgresContainer

from auth_utils import get_auth_implicit_scheme, get_user
from database import get_session
Expand Down

0 comments on commit 9bd8422

Please sign in to comment.