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
from typing import Any, Tuple
def make_model_tuple(model: Any) -> Tuple[str, str]: ...