diff options
| author | Petr Spacek <pspacek@redhat.com> | 2015-01-16 13:10:46 +0100 |
|---|---|---|
| committer | Petr Spacek <pspacek@redhat.com> | 2015-02-12 12:38:31 +0100 |
| commit | d9c524e65c324b5dbf8bef51bb3c193575d2325b (patch) | |
| tree | de952957738b710861450844529d57285fbbdd4b /dns/opcode.py | |
| parent | e1a53dfc61dd7c6abc5034497249192ee3dff078 (diff) | |
| download | dnspython-d9c524e65c324b5dbf8bef51bb3c193575d2325b.tar.gz | |
Remove redundant 'pass' from class definitions.
Diffstat (limited to 'dns/opcode.py')
| -rw-r--r-- | dns/opcode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/opcode.py b/dns/opcode.py index 52e0ce6..7874d79 100644 --- a/dns/opcode.py +++ b/dns/opcode.py @@ -40,7 +40,6 @@ _by_value = dict([(y, x) for x, y in _by_text.items()]) class UnknownOpcode(dns.exception.DNSException): """An DNS opcode is unknown.""" - pass def from_text(text): """Convert text into an opcode. |
