mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 06:22:02 +08:00
Run pycln as a pre-commit hook in CI (#8304)
This commit is contained in:
@@ -6,7 +6,9 @@ from os import stat_result
|
||||
from typing import Any, overload
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from . import ospath as path
|
||||
from . import ospath
|
||||
|
||||
path = ospath
|
||||
|
||||
_FdOrAnyPath: TypeAlias = int | StrOrBytesPath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user