Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b859441

Browse files
[pyflakes] add backwards compatibility module (#11910)
1 parent 3195f9f commit b859441

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

stubs/pyflakes/pyflakes/scripts/__init__.pyi

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__all__ = ["check", "checkPath", "checkRecursive", "iterSourceCode", "main"]
2+
from pyflakes.api import (
3+
check as check,
4+
checkPath as checkPath,
5+
checkRecursive as checkRecursive,
6+
iterSourceCode as iterSourceCode,
7+
main as main,
8+
)

0 commit comments

Comments
 (0)