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,6 +5,7 @@
from typing import Any, Optional
from typing import Optional, Union
class OrderedSet:
dict: Any = ...
def __init__(self, iterable: Optional[Any] = ...) -> None: ...