We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ceb4a commit 011e6cbCopy full SHA for 011e6cb
readchar/readchar.py
@@ -17,7 +17,7 @@
17
raise NotImplementedError("The platform %s is not supported yet" % sys.platform)
18
19
20
-if sys.platform in ("win32", "cygwin"):
+if sys.platform in ("win32", "cygwin"): # noqa: C901
21
#
22
# Windows uses scan codes for extended characters. This dictionary translates
23
# scan codes to the unicode sequences expected by readkey.
0 commit comments