mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -3,7 +3,6 @@ from typing import Any, List, Optional, Tuple, Union
|
||||
from django.template.backends.base import BaseEngine
|
||||
from django.template.base import Origin
|
||||
|
||||
|
||||
class TemplateDoesNotExist(Exception):
|
||||
backend: Optional[django.template.backends.base.BaseEngine] = ...
|
||||
tried: List[Tuple[django.template.base.Origin, str]] = ...
|
||||
|
||||
Reference in New Issue
Block a user