notify.py: remove unneeded imports

This commit is contained in:
JerryXiao 2019-09-08 14:08:08 +08:00
parent 95d4587cb0
commit a61cbc8f7a
1 changed files with 1 additions and 5 deletions

View File

@ -3,13 +3,9 @@
# notify.py: Automatic management tool for an arch repo. # notify.py: Automatic management tool for an arch repo.
# This file is part of Buildbot by JerryXiao # This file is part of Buildbot by JerryXiao
from utils import background
import logging
from utils import background, print_exc_plus, configure_logger
import subprocess import subprocess
logger = logging.getLogger(f'buildbot.{__name__}')
# wip # wip
# does nothing # does nothing
@background @background