Skip to content

Commit

Permalink
chore: black formatting for PR #23
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7m committed Nov 28, 2020
1 parent 288855b commit 785d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifypy/os_notifiers/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def send_notification(
with tempfile.TemporaryDirectory() as temp_dir:
generated_uuid_file = str(uuid.uuid4())
with codecs.open(
f"{temp_dir}/{generated_uuid_file}.ps1", "w", 'utf_8_sig'
f"{temp_dir}/{generated_uuid_file}.ps1", "w", "utf_8_sig"
) as ps1_file:
ps1_file.write(generated_file)
# exceute the file
Expand Down

0 comments on commit 785d319

Please sign in to comment.