mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 19:01:16 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -2,7 +2,4 @@ from typing import Any, Callable, List
|
||||
|
||||
from django.urls.resolvers import URLPattern
|
||||
|
||||
|
||||
def static(
|
||||
prefix: str, view: Callable = ..., **kwargs: Any
|
||||
) -> List[URLPattern]: ...
|
||||
def static(prefix: str, view: Callable = ..., **kwargs: Any) -> List[URLPattern]: ...
|
||||
|
||||
Reference in New Issue
Block a user