mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from typing import Any, Callable, Optional, Tuple, Union
|
||||
|
||||
|
||||
def get_callable(lookup_view: Union[Callable, str]) -> Callable: ...
|
||||
def get_mod_func(callback: str) -> Tuple[str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user