Skip to content

Commit d08f184

Browse files
attempting to fix no new line at the end of the file issue
2 parents ccd54e8 + 7d07ec7 commit d08f184

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/smokescreen/test_compartment_3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ def test_compartment_3(page: Page, smokescreen_properties: dict) -> None:
112112

113113
# Log out
114114
Logout(page).log_out()
115+

utils/fit_kit_logged.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ def split_fit_kits(kit_id_df, smokescreen_properties: dict) -> pd.DataFrame:
6363
number_of_normal : number_of_normal + number_of_abnormal
6464
]
6565
return normal_fit_kit_df, abnormal_fit_kit_df
66+

0 commit comments

Comments
 (0)