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

@@ -7,6 +7,7 @@ from typing import Any
from django.contrib.auth.models import AnonymousUser, User
from django.http.request import HttpRequest
from typing import Dict, Union
class PermLookupDict:
def __init__(self, user: object, app_label: str) -> None: ...
def __repr__(self): ...