Skip to content

Commit 865fce0

Browse files
committed
ruff
1 parent 42eafba commit 865fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/filenameprocessor/src/file_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from datetime import datetime
44
from re import match
55

6+
from common.models.errors import InvalidFileKeyError
67
from constants import VALID_VERSIONS
78
from elasticache import (
89
get_supplier_system_from_cache,
910
get_valid_vaccine_types_from_cache,
1011
)
11-
from common.models.errors import InvalidFileKeyError
1212

1313

1414
def is_file_in_directory_root(file_key: str) -> bool:

0 commit comments

Comments
 (0)