Skip to content

Commit

Permalink
[DC-3352] File reformat no functional change
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-velez committed Jul 18, 2023
1 parent 3d055da commit d36f721
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ def setUp(self):
]
self.cutoff_date = str(datetime.now().date())

get_affected_tables_patch = patch('cdr_cleaner.cleaning_rules.ehr_submission_data_cutoff.get_affected_tables')
get_affected_tables_patch = patch(
'cdr_cleaner.cleaning_rules.ehr_submission_data_cutoff.get_affected_tables'
)
mock_get_affected_tables = get_affected_tables_patch.start()
mock_get_affected_tables.return_value = [common.VISIT_OCCURRENCE]
self.addCleanup(mock_get_affected_tables.stop)
Expand Down

0 comments on commit d36f721

Please sign in to comment.