aboutsummaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:11:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:11:07 -0700
commit5443d758bbc4d894e547d56a60b2be221fc7779a (patch)
tree29010aeb1968b5f3307c150c8da03e184848aef7 /Types
parent882fe2352c9f0876119e75437b9f1531926fdded (diff)
downloadsscan-5443d758bbc4d894e547d56a60b2be221fc7779a.tar.gz
remove redundant imports
Diffstat (limited to 'Types')
-rw-r--r--Types/Preset.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Types/Preset.hs b/Types/Preset.hs
index 407db94..f74e936 100644
--- a/Types/Preset.hs
+++ b/Types/Preset.hs
@@ -23,8 +23,6 @@ along with sscan. If not, see <http://www.gnu.org/licenses/>.
module Types.Preset where
-import qualified Data.Text as T
-
import Types.State
type PresetToggleKey = Char