mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a mypy violation
This commit is contained in:
parent
559c820214
commit
2748c52d5e
@ -57,7 +57,7 @@ class _TranslationProxy(UserString):
|
||||
self._args = args
|
||||
|
||||
@property
|
||||
def data(self):
|
||||
def data(self): # type: ignore
|
||||
# type: () -> unicode
|
||||
return self._func(*self._args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user