Skip to content

Commit fb02eb9

Browse files
committed
Fixed linters.
1 parent ef1f88d commit fb02eb9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/signals/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from typing import Any
21
from django.core.exceptions import ValidationError
32
from django.db import models
43
from django.utils.translation import gettext_lazy as _

src/signals/resources.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def process_geographic_scope(self, row):
366366
def after_import_row(self, row, row_result, **kwargs) -> None:
367367
"""
368368
Post-processes each row after importing.
369-
"""
369+
"""
370370
geographies: str = row['Available Geography'].split(',')
371371
delphi_aggregated_geographies: str = row['Delphi-Aggregated Geography'].split(',')
372372
for geography in geographies:

0 commit comments

Comments
 (0)