mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
[pyflakes] add backwards compatibility module (#11910)
This commit is contained in:
0
stubs/pyflakes/pyflakes/scripts/__init__.pyi
Normal file
0
stubs/pyflakes/pyflakes/scripts/__init__.pyi
Normal file
8
stubs/pyflakes/pyflakes/scripts/pyflakes.pyi
Normal file
8
stubs/pyflakes/pyflakes/scripts/pyflakes.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
__all__ = ["check", "checkPath", "checkRecursive", "iterSourceCode", "main"]
|
||||
from pyflakes.api import (
|
||||
check as check,
|
||||
checkPath as checkPath,
|
||||
checkRecursive as checkRecursive,
|
||||
iterSourceCode as iterSourceCode,
|
||||
main as main,
|
||||
)
|
||||
Reference in New Issue
Block a user