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