mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-18 09:43:18 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from typing import Any, List, Optional
|
||||
|
||||
|
||||
class CheckFieldDefaultMixin:
|
||||
def check(self, **kwargs: Any) -> List[Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user