mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 11:51:29 +08:00
reformat with black
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user