Skip to content

Commit 542806a

Browse files
Attempting to fix no new line at the end of the file issue
1 parent d08f184 commit 542806a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/smokescreen/test_compartment_3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ 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)