Skip to content

Commit e263c64

Browse files
committed
formatting
1 parent ef89683 commit e263c64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lambdas/filenameprocessor/tests/test_file_key_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_split_file_key(self, _):
114114
self.assertEqual(split_file_key(file_key), expected)
115115

116116
def test_validate_extended_attributes_file_key(self, _):
117-
"""Tests that validate_extended_attributes_file_key returns organization codeif all
117+
"""Tests that validate_extended_attributes_file_key returns organization code if all
118118
elements pass validation, and raises an exception otherwise"""
119119
test_cases_for_success_scenarios = [
120120
# Valid extended attributes file key

lambdas/shared/src/common/aws_s3_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Non-imms Utility Functions"""
22

3-
43
from common.clients import get_s3_client, logger
54

65

0 commit comments

Comments
 (0)