Skip to content

Commit

Permalink
pylint have pain with this magic
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Nov 18, 2020
1 parent 04d6ed3 commit 7016d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binfield/binfield.py
Expand Up @@ -407,7 +407,7 @@ def __new__(
sname: str,
sbases: typing.Tuple[type],
sns: typing.Dict[str, typing.Any],
) -> SubMeta:
) -> SubMeta: # pylint: disable=undefined-variable
for base in sbases:
if base is not BinField and issubclass(base, BinField):
raise TypeError("Cannot extend BinField")
Expand Down

0 comments on commit 7016d8c

Please sign in to comment.