mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-10 11:41:28 +08:00
Fixing flake8 E265 errors
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
from _curses import *
|
||||
# Stubgen imports a python version of has_key only if it's not present
|
||||
#in _curses (which it is in this stub)
|
||||
# in _curses (which it is in this stub)
|
||||
# from .has_key import has_key as has_key
|
||||
|
||||
def initscr(): ...
|
||||
|
||||
Reference in New Issue
Block a user