forked from VimPlug/jedi
Fix dataclass decorator other parameters
This commit is contained in:
@@ -613,6 +613,9 @@ def _dataclass(value, arguments, callback):
|
||||
# The decorator function from dataclass_transform acting as the
|
||||
# dataclass decorator.
|
||||
and not isinstance(value, Decoratee)
|
||||
# The decorator function from dataclass_transform acting as the
|
||||
# dataclass decorator with customized parameters
|
||||
and not isinstance(value, DataclassDecorator)
|
||||
)
|
||||
|
||||
return ValueSet(
|
||||
|
||||
Reference in New Issue
Block a user