diff --git a/cubicweb_squareui/__pkginfo__.py b/cubicweb_squareui/__pkginfo__.py
index 273ec52ea9891db33869e39f9a5cda4e796bc485_Y3ViaWN3ZWJfc3F1YXJldWkvX19wa2dpbmZvX18ucHk=..3a4dfad8431a5d6c188e5f6c66dc30f0d25659b2_Y3ViaWN3ZWJfc3F1YXJldWkvX19wa2dpbmZvX18ucHk= 100644
--- a/cubicweb_squareui/__pkginfo__.py
+++ b/cubicweb_squareui/__pkginfo__.py
@@ -1,11 +1,6 @@
 # pylint: disable=W0622
 """cubicweb-squareui application packaging information"""
 
-from os import listdir as _listdir
-from os.path import join, isdir
-from glob import glob
-
-
 modname = 'squareui'
 distname = 'cubicweb-squareui'
 
@@ -18,7 +13,7 @@
 description = 'data-centric user interface for cubicweb based on bootstrap'
 web = 'http://www.cubicweb.org/project/%s' % distname
 
-__depends__ =  {
+__depends__ = {
     'cubicweb': '>= 3.26.0',
     'cubicweb-bootstrap': '>= 1.3.1',
 }