diff options
| -rw-r--r-- | dns/enum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/enum.py b/dns/enum.py index 62b4a44..5bc46fe 100644 --- a/dns/enum.py +++ b/dns/enum.py @@ -62,7 +62,7 @@ class IntEnum(enum.IntEnum): @classmethod def _maximum(cls): - raise NotImplemented + raise NotImplementedError @classmethod def _short_name(cls): |
