Skip to content

Commit 5c32d78

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d373fb5 commit 5c32d78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/manual_fixtures.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

77

88
def json_writer(
9-
manual_name: str,
10-
all_data: dict,
11-
device_list: list[str],
12-
notifications: dict
9+
manual_name: str, all_data: dict, device_list: list[str], notifications: dict
1310
) -> None:
1411
"""Standardized writing json files."""
1512
if not os.path.exists(f"./fixtures/{manual_name}"):

0 commit comments

Comments
 (0)