mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 02:41:16 +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:
8
django-stubs/core/cache/__init__.pyi
vendored
8
django-stubs/core/cache/__init__.pyi
vendored
@@ -1,11 +1,9 @@
|
||||
from collections import OrderedDict
|
||||
from typing import Any, Callable, Dict, Union
|
||||
|
||||
from .backends.base import (
|
||||
BaseCache as BaseCache,
|
||||
CacheKeyWarning as CacheKeyWarning,
|
||||
InvalidCacheBackendError as InvalidCacheBackendError,
|
||||
)
|
||||
from .backends.base import BaseCache as BaseCache
|
||||
from .backends.base import CacheKeyWarning as CacheKeyWarning
|
||||
from .backends.base import InvalidCacheBackendError as InvalidCacheBackendError
|
||||
|
||||
DEFAULT_CACHE_ALIAS: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user