Skip to content

Commit cb66640

Browse files
committed
Use black to reformat the file
1 parent 38d63b2 commit cb66640

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows_tools/updates/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ def get_windows_updates_reg(
219219

220220

221221
def get_windows_updates(
222-
filter_duplicates: bool = True, include_all_states: bool = False, allow_errors: bool =False
222+
filter_duplicates: bool = True,
223+
include_all_states: bool = False,
224+
allow_errors: bool = False,
223225
):
224226
"""
225227
Let's get windows updates from multiple sources

0 commit comments

Comments
 (0)