From ac583ebc8d0d881ce9172d1fbe2e77551fcc1842 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 25 Jun 2019 23:58:39 -0600 Subject: [PATCH] unused import --- src/allmydata/test/test_crypto.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/test/test_crypto.py b/src/allmydata/test/test_crypto.py index 984b452cf..364c4523d 100644 --- a/src/allmydata/test/test_crypto.py +++ b/src/allmydata/test/test_crypto.py @@ -3,7 +3,6 @@ import unittest from base64 import b64decode from binascii import a2b_hex, b2a_hex -from os import path from twisted.python.filepath import FilePath