Skip to content

Commit

Permalink
Fix whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Feb 15, 2022
1 parent b777244 commit c427240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import re
from socket import timeout as SocketTimeout


# this is quote from the shlex module, added in py3.3
_find_unsafe = re.compile(br'[^\w@%+=:,./~-]').search

Expand Down

0 comments on commit c427240

Please sign in to comment.