Skip to content

Commit

Permalink
Remove spaces to make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dajt1725 authored Apr 26, 2024
1 parent 04f2888 commit c5df5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udiskie/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __init__(self, argv, capture=False, **extra):
# We should probably call the event hook only once, with a list of changed
# attributes. But for now, just call the event_hook twice, once with the
# old attributes, and once with the new ones.
async def __call__(self, device, arg1 = None, arg2 = None):
async def __call__(self, device, arg1=None, arg2=None):
"""
Invoke a subprocess. This may be an event hook or to ask the user
to enter a password for unlocking the specified device.
Expand Down

0 comments on commit c5df5cf

Please sign in to comment.