summaryrefslogtreecommitdiff
path: root/rsa/_compat.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 18:05:23 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 18:05:23 +0200
commitf2c3b4fd619a08a31fa49b11a0814e86169f4088 (patch)
treeb453bc7ac0794923bd9063cdf74466ad7ddc69ba /rsa/_compat.py
parent3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d (diff)
downloadrsa-git-f2c3b4fd619a08a31fa49b11a0814e86169f4088.tar.gz
Added flake8 as development dependency and fixed reported issues
Diffstat (limited to 'rsa/_compat.py')
-rw-r--r--rsa/_compat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsa/_compat.py b/rsa/_compat.py
index b31331e..46bf6fa 100644
--- a/rsa/_compat.py
+++ b/rsa/_compat.py
@@ -16,8 +16,6 @@
"""Python compatibility wrappers."""
-import itertools
-import sys
from struct import pack