changeset 8353:7ddfcd8659ed

utils: fix pyflakes warning after f787c028ffc0
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 22 Apr 2020 19:09:10 +0200
parents 7dbdb498f460
children ef9fd1434270
files kallithea/lib/utils.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/utils.py	Sun Apr 05 17:09:45 2020 +0200
+++ b/kallithea/lib/utils.py	Wed Apr 22 19:09:10 2020 +0200
@@ -34,7 +34,6 @@
 import urllib.error
 from distutils.version import StrictVersion
 
-import beaker.cache
 import mercurial.config
 import mercurial.error
 import mercurial.ui