Skip to content

Commit 46dd1f3

Browse files
committed
fixed lint issue
1 parent 345b3db commit 46dd1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recordprocessor/tests/test_utils_for_recordprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515
from tests.utils_for_recordprocessor_tests.mock_environment_variables import MOCK_ENVIRONMENT_DICT, BucketNames
1616

17-
with patch("os.environ", MOCK_ENVIRONMENT_DICT):
17+
with patch("os.environ", MOCK_ENVIRONMENT_DICT):
1818
from utils_for_recordprocessor import get_environment, get_csv_content_dict_reader, create_diagnostics_dictionary, extract_content
1919
from file_level_validation import move_file
2020

0 commit comments

Comments
 (0)