From 7a7c855ce456a6e678d024205a4c950b2e83d6d0 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Tue, 3 Mar 2020 02:51:09 +0000 Subject: [PATCH] Remove the unused gzip import from `static_handler.cr` --- src/static_handler.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static_handler.cr b/src/static_handler.cr index c7f9cac..d255bb5 100644 --- a/src/static_handler.cr +++ b/src/static_handler.cr @@ -1,6 +1,5 @@ require "baked_file_system" require "kemal" -require "gzip" require "./util" class FS