From 929515ba940f5a439a2dab02eb21e1476323a22d Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 11 May 2018 04:49:20 +0200 Subject: [PATCH] [mod] remove useless import --- src/yunohost/service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yunohost/service.py b/src/yunohost/service.py index 7284f95b8..fed7ff3be 100644 --- a/src/yunohost/service.py +++ b/src/yunohost/service.py @@ -27,7 +27,6 @@ import os import time import yaml import json -import glob import subprocess import errno import shutil