Skip to content

Commit

Permalink
Pylint: enable unused-import check
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBasti committed Jun 26, 2016
1 parent 115783c commit 65bdbcb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion dns/hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

"""Hashing backwards compatibility wrapper"""

import sys
import hashlib


Expand Down
1 change: 0 additions & 1 deletion dns/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

from io import StringIO
import struct
import sys
import time

import dns.edns
Expand Down
1 change: 0 additions & 1 deletion dns/rdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from io import BytesIO
import base64
import binascii
import struct

import dns.exception
import dns.name
Expand Down
1 change: 0 additions & 1 deletion dns/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import struct
import random
import time
import sys

import dns.exception
import dns.tsig
Expand Down
1 change: 0 additions & 1 deletion dns/tsig.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import hmac
import struct
import sys

import dns.exception
import dns.hash
Expand Down
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ disable=
unnecessary-lambda,
unneeded-not,
unused-argument,
unused-import,
unused-variable,
wrong-import-order,
wrong-import-position,
Expand Down

0 comments on commit 65bdbcb

Please sign in to comment.