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

This commit is contained in:
Ivan Levkivskyi
2018-09-04 15:50:47 +01:00
committed by Jelle Zijlstra
parent 50b5650a11
commit 8ed0159445
2 changed files with 0 additions and 6 deletions

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