From a61cbc8f7ab531738d457eaed027eee29d4916c8 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 8 Sep 2019 14:08:08 +0800 Subject: [PATCH] notify.py: remove unneeded imports --- notify.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/notify.py b/notify.py index c96e9c6..f2aac79 100644 --- a/notify.py +++ b/notify.py @@ -3,13 +3,9 @@ # notify.py: Automatic management tool for an arch repo. # This file is part of Buildbot by JerryXiao - -import logging -from utils import background, print_exc_plus, configure_logger +from utils import background import subprocess -logger = logging.getLogger(f'buildbot.{__name__}') - # wip # does nothing @background