diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-02 07:11:08 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-02 07:11:08 -0700 |
| commit | 07cb18ec8d62165eb5f46dd3b81734c408b21a57 (patch) | |
| tree | 8e45c75f4c44744ef3b9557c4aa0c939d39e7e45 /dns/entropy.py | |
| parent | 5a4b09418eeb0d3332720274aeb96caf19ae7344 (diff) | |
| download | dnspython-07cb18ec8d62165eb5f46dd3b81734c408b21a57.tar.gz | |
de-lint: remove unused import
Diffstat (limited to 'dns/entropy.py')
| -rw-r--r-- | dns/entropy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/entropy.py b/dns/entropy.py index 8c00009..293d00b 100644 --- a/dns/entropy.py +++ b/dns/entropy.py @@ -15,7 +15,6 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -import contextlib import os import hashlib import random |
