mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -3,7 +3,4 @@ from typing import Any, Optional, Type, Union
|
||||
from django.contrib.postgres.validators import KeysValidator
|
||||
from django.core.validators import RegexValidator
|
||||
|
||||
|
||||
def deconstructible(
|
||||
*args: Any, path: Optional[Any] = ...
|
||||
) -> Type[Union[KeysValidator, RegexValidator]]: ...
|
||||
def deconstructible(*args: Any, path: Optional[Any] = ...) -> Type[Union[KeysValidator, RegexValidator]]: ...
|
||||
|
||||
Reference in New Issue
Block a user