integrate some generated stubs

This commit is contained in:
Maxim Kurnikov
2018-11-13 20:44:24 +03:00
parent 347c2d270c
commit 6de735a7bb
20 changed files with 669 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Tuple, Union
from django.urls.resolvers import URLPattern, URLResolver

View File

@@ -1,4 +1,4 @@
from typing import Any, Callable, List, Optional
from typing import Any, Callable, List
from django.urls.resolvers import URLPattern