From 115783c85de9e22f9dc045e5b621c77afea69830 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Sun, 26 Jun 2016 21:29:22 +0200 Subject: [PATCH] Pylint: NotImplementedError --- dns/zone.py | 2 +- pylintrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/zone.py b/dns/zone.py index ae099bd8..ce2bc1bc 100644 --- a/dns/zone.py +++ b/dns/zone.py @@ -722,7 +722,7 @@ class _MasterReader(object): base = 'd' if base != 'd': - raise NotImplemented + raise NotImplementedError() return mod, sign, offset, width, base diff --git a/pylintrc b/pylintrc index 7051b2c0..96fcc075 100644 --- a/pylintrc +++ b/pylintrc @@ -35,7 +35,6 @@ disable= missing-docstring, no-absolute-import, no-member, - notimplemented-raised, old-division, protected-access, range-builtin-not-iterating, -- 2.47.3