mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
tweak files to fix pytype parsing errors (#1325)
* Don't use "\" to join lines
This commit is contained in:
committed by
Jelle Zijlstra
parent
e8013fd808
commit
ac0b809bf5
@@ -23,8 +23,6 @@ stdlib/3/concurrent/futures/__init__.pyi
|
||||
stdlib/3/concurrent/futures/_base.pyi
|
||||
stdlib/3/concurrent/futures/process.pyi
|
||||
stdlib/3/concurrent/futures/thread.pyi
|
||||
stdlib/3/email/headerregistry.pyi
|
||||
stdlib/3/email/message.pyi
|
||||
stdlib/3/email/policy.pyi
|
||||
stdlib/3/fileinput.pyi
|
||||
stdlib/3/gzip.pyi
|
||||
@@ -44,7 +42,6 @@ stdlib/3/types.pyi
|
||||
stdlib/3/unittest/__init__.pyi
|
||||
stdlib/3/unittest/mock.pyi
|
||||
stdlib/3/urllib/parse.pyi
|
||||
stdlib/3/urllib/request.pyi
|
||||
stdlib/3/wsgiref/types.pyi
|
||||
stdlib/3.4/asyncio/events.pyi
|
||||
stdlib/3.4/asyncio/futures.pyi
|
||||
|
||||
Reference in New Issue
Block a user