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:34:17 +0100 |
| commit | 0244fc2a4c149c0731841697693c31b3dd1beb58 (patch) | |
| tree | b012ccc38a138880f7ed9e42103766bdc128340f /dns/tokenizer.py | |
| parent | 6d1deefc501a659647e98942acdeacb3d881e40f (diff) | |
| download | dnspython-0244fc2a4c149c0731841697693c31b3dd1beb58.tar.gz | |
Remove redundant 'pass' from class definitions.
Diffstat (limited to 'dns/tokenizer.py')
| -rw-r--r-- | dns/tokenizer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/tokenizer.py b/dns/tokenizer.py index 96e82df..f1faa72 100644 --- a/dns/tokenizer.py +++ b/dns/tokenizer.py @@ -43,7 +43,6 @@ DELIMITER = 6 class UngetBufferFull(dns.exception.DNSException): """An attempt was made to unget a token when the unget buffer was full.""" - pass class Token(object): """A DNS master file format token. |
