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.
# 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