From bfcd8ef95b3469e87a8e2e0284f3d5ad716c279a Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 3 Feb 2018 13:16:22 +0200 Subject: [PATCH] api: tag: Drop unused imports --- certidude/api/tag.py | 1 - 1 file changed, 1 deletion(-) diff --git a/certidude/api/tag.py b/certidude/api/tag.py index a1e8e85..8ea7454 100644 --- a/certidude/api/tag.py +++ b/certidude/api/tag.py @@ -1,4 +1,3 @@ -import falcon import logging from xattr import getxattr, removexattr, setxattr from certidude import push