Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed May 6, 2024
1 parent cb6ae9d commit 9e0662d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import datetime as dt
import os
import random

import geojson_pydantic
Expand All @@ -23,7 +22,7 @@
from arpav_ppcv.webapp import dependencies
from arpav_ppcv.webapp.app import create_app_from_settings
from arpav_ppcv.webapp.legacy.django_settings import get_custom_django_settings
from arpav_ppcv.webapp.v2.app import create_app as create_v2_app
from arpav_ppcv.webapp.api_v2.app import create_app as create_v2_app


@pytest.hookimpl
Expand Down

0 comments on commit 9e0662d

Please sign in to comment.