mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[pyflakes] add backwards compatibility module (#11910)
This commit is contained in:
@@ -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