Skip to content

Commit

Permalink
Reformat files with black
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Jan 10, 2024
1 parent 050baa3 commit 99b838f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion windows_tools/antivirus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"malwarebytes",
"vipre",
"sentinel ?one",
"cybereason"
"cybereason",
]


Expand Down
1 change: 0 additions & 1 deletion windows_tools/signtool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def get_timestamp_server(self):
raise ValueError("No online timeserver found")

def sign(self, executable, bitness: Union[None, int, str] = None):

if not bitness:
possible_bitness = is_64bit_executable(executable)
if possible_bitness is not None:
Expand Down

0 comments on commit 99b838f

Please sign in to comment.