reformat with black

This commit is contained in:
Maxim Kurnikov
2018-07-29 23:34:58 +03:00
parent 4866354600
commit cf85607969
343 changed files with 6054 additions and 2158 deletions

View File

@@ -5,4 +5,5 @@
from typing import Any, Optional
from typing import Callable
def register(*models: Any, site: Optional[Any] = ...) -> Callable: ...