mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
run black over stubs, add checking to travis
This commit is contained in:
4
django-stubs-generated/core/cache/utils.pyi
vendored
4
django-stubs-generated/core/cache/utils.pyi
vendored
@@ -2,6 +2,4 @@ from typing import Any, List, Optional, Union
|
||||
|
||||
TEMPLATE_FRAGMENT_KEY_TEMPLATE: str
|
||||
|
||||
def make_template_fragment_key(
|
||||
fragment_name: str, vary_on: Optional[Union[List[int], List[str]]] = ...
|
||||
) -> str: ...
|
||||
def make_template_fragment_key(fragment_name: str, vary_on: Optional[Union[List[int], List[str]]] = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user