mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -2,7 +2,5 @@ from typing import Any, Dict, Optional
|
||||
|
||||
UserModel: Any
|
||||
|
||||
def check_password(
|
||||
environ: Dict[Any, Any], username: str, password: str
|
||||
) -> Any: ...
|
||||
def check_password(environ: Dict[Any, Any], username: str, password: str) -> Any: ...
|
||||
def groups_for_user(environ: Dict[Any, Any], username: str) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user