From cf11e81c9322659b4e489669d1ce4f605d90a993 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Wed, 14 Mar 2018 22:11:44 -0400 Subject: [PATCH] Remove unused imports --- hy/compiler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hy/compiler.py b/hy/compiler.py index 9a130f0..debf422 100755 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -20,10 +20,8 @@ import hy.inspect import traceback import importlib -import codecs import ast import sys -import keyword import copy from collections import defaultdict