Skip to content

Commit

Permalink
Pylint: NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBasti committed Jun 26, 2016
1 parent c56a276 commit 115783c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dns/zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def _parse_modify(self, side):
base = 'd'

if base != 'd':
raise NotImplemented
raise NotImplementedError()

return mod, sign, offset, width, base

Expand Down
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ disable=
missing-docstring,
no-absolute-import,
no-member,
notimplemented-raised,
old-division,
protected-access,
range-builtin-not-iterating,
Expand Down

0 comments on commit 115783c

Please sign in to comment.