mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-24 14:00:41 +08:00
notify.py: remove unneeded imports
This commit is contained in:
parent
95d4587cb0
commit
a61cbc8f7a
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue