Remove duplicate method definitions in importlib and jinja2 (#2427)

This commit is contained in:
Ivan Levkivskyi
2018-09-04 07:50:47 -07:00
committed by Jelle Zijlstra
parent 50b5650a11
commit 8ed0159445
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -5,8 +5,6 @@ class TemplateError(Exception):
@property
def message(self): ...
def __unicode__(self): ...
@property
def message(self): ...
class TemplateNotFound(IOError, LookupError, TemplateError):
message = ... # type: Any