Skip to content

Commit

Permalink
make blak happy
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek committed Mar 13, 2024
1 parent 28a9762 commit d667176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh.py
Expand Up @@ -106,7 +106,7 @@ def get_num_args(fn):
return len(inspect.getfullargspec(fn).args)


_unicode_methods = set(dir(''))
_unicode_methods = set(dir(""))

HAS_POLL = hasattr(select, "poll")
POLLER_EVENT_READ = 1
Expand Down

0 comments on commit d667176

Please sign in to comment.