From f2c3b4fd619a08a31fa49b11a0814e86169f4088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 4 Aug 2019 18:05:23 +0200 Subject: Added flake8 as development dependency and fixed reported issues --- rsa/_compat.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'rsa/_compat.py') 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 -- cgit v1.2.1