mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +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
|
||||
|
||||
|
||||
def sensitive_variables(*variables: Any) -> Callable: ...
|
||||
def sensitive_post_parameters(*parameters: Any) -> Callable: ...
|
||||
|
||||
Reference in New Issue
Block a user