mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fix importlib.util.source_hash return annotation (#10686)
This commit is contained in:
@@ -40,4 +40,4 @@ class LazyLoader(importlib.abc.Loader):
|
||||
def factory(cls, loader: importlib.abc.Loader) -> Callable[..., LazyLoader]: ...
|
||||
def exec_module(self, module: types.ModuleType) -> None: ...
|
||||
|
||||
def source_hash(source_bytes: ReadableBuffer) -> int: ...
|
||||
def source_hash(source_bytes: ReadableBuffer) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user