more cleanups

This commit is contained in:
Maxim Kurnikov
2018-08-14 13:33:49 +03:00
parent 2b7b31a25e
commit c0966a5750
10 changed files with 31 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
from typing import Any, Callable, Dict, List, Tuple, Union
from django.core.handlers.wsgi import WSGIRequest
from django.http.request import HttpRequest