diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_elpa_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_elpa_db.py b/tests/test_elpa_db.py index 874ee96..1ba99c7 100644 --- a/tests/test_elpa_db.py +++ b/tests/test_elpa_db.py @@ -11,7 +11,7 @@ :license: GPL-2, see LICENSE for more details. """ -import http.server, os, tempfile, threading, unittest +import os, unittest from g_elpa import elpa_db |