Skip to content

Commit 9d6f96d

Browse files
committed
fix lint errors
1 parent 512f452 commit 9d6f96d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

functions-python/process_validation_report/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from datetime import datetime
1818

1919
from faker import Faker
20-
from geoalchemy2 import WKTElement
2120

2221
from shared.database_gen.sqlacodegen_models import (
2322
Gtfsfeed,

functions-python/process_validation_report/tests/test_validation_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Feature,
1111
Gtfsdataset,
1212
Gtfsfeed,
13-
Notice,
1413
Validationreport,
1514
)
1615
from main import compute_validation_report_counters

0 commit comments

Comments
 (0)