mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 15:16:54 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""Stubs for the "thread" module."""
|
||||
from typing import Callable, Any
|
||||
from typing import Any, Callable
|
||||
|
||||
def _count() -> int: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user