From d667176b06d290c167ca0edd18c57e50ad7fdbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Wed, 13 Mar 2024 15:58:20 +0000 Subject: [PATCH] make blak happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomasz Kłoczko --- sh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.py b/sh.py index d3db6462..590dd9b3 100644 --- a/sh.py +++ b/sh.py @@ -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