aboutsummaryrefslogtreecommitdiff
path: root/tests/test_crypt.py
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2015-10-20 09:24:22 +1100
committerJohn Vandenberg <jayvdb@gmail.com>2015-10-20 09:26:54 +1100
commit00b5bec7c5611db335f6b2ef87a592d18e88823f (patch)
treebbd9a3eecc18f08d93d405bf951c2840cc393fec /tests/test_crypt.py
parent476a6362a51448181f3b85a1cb812de88de2b8a1 (diff)
downloadoauth2client-00b5bec7c5611db335f6b2ef87a592d18e88823f.tar.gz
Remove unused imports
Diffstat (limited to 'tests/test_crypt.py')
-rw-r--r--tests/test_crypt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_crypt.py b/tests/test_crypt.py
index d8c5964..aec703d 100644
--- a/tests/test_crypt.py
+++ b/tests/test_crypt.py
@@ -14,7 +14,6 @@
import base64
import os
-import sys
import unittest
import mock