mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-26 02:08:42 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from django.http import Http404
|
||||
|
||||
|
||||
class Resolver404(Http404):
|
||||
pass
|
||||
|
||||
|
||||
class NoReverseMatch(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user