forked from VimPlug/jedi
Avoid flake8 issues
This commit is contained in:
@@ -477,7 +477,6 @@ class DirectObjectAccess:
|
||||
"""
|
||||
name = None
|
||||
args = ()
|
||||
module = getattr_static(self._obj, '__module__', '')
|
||||
if type(self._obj) is typing.Union: # zuban: ignore[comparison-overlap] # TODO zuban
|
||||
# This is mostly formatted like `int | str` and we therefor need to
|
||||
# check the type.
|
||||
|
||||
Reference in New Issue
Block a user