mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-17 22:09:45 +08:00
Better linting config (#664)
* Better linting config * Applies isort on django-stubs, only style changes * Fixes black and isort compat
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Callable, TypeVar, Any
|
||||
from typing import Any, Callable, TypeVar
|
||||
|
||||
_F = TypeVar("_F", bound=Callable[..., Any])
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing import Callable, TypeVar, Any
|
||||
from typing import Any, Callable, TypeVar
|
||||
|
||||
_C = TypeVar("_C", bound=Callable[..., Any])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user