mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import Any, Callable, Deque, TypeVar
|
||||
|
||||
_ArgType = TypeVar('_ArgType')
|
||||
_ArgType = TypeVar("_ArgType")
|
||||
|
||||
class mutex:
|
||||
locked: bool
|
||||
|
||||
Reference in New Issue
Block a user