We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42eafba commit 865fce0Copy full SHA for 865fce0
lambdas/filenameprocessor/src/file_validation.py
@@ -3,12 +3,12 @@
3
from datetime import datetime
4
from re import match
5
6
+from common.models.errors import InvalidFileKeyError
7
from constants import VALID_VERSIONS
8
from elasticache import (
9
get_supplier_system_from_cache,
10
get_valid_vaccine_types_from_cache,
11
)
-from common.models.errors import InvalidFileKeyError
12
13
14
def is_file_in_directory_root(file_key: str) -> bool:
0 commit comments