mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-20 18:45:32 +01:00
__init__.py: Fix pyflakes failing due to invalid use of headphones.exceptions.
This commit is contained in:
@@ -30,7 +30,7 @@ from apscheduler.triggers.interval import IntervalTrigger
|
||||
from headphones import versioncheck, logger
|
||||
import headphones.config
|
||||
from headphones.softchroot import SoftChroot
|
||||
import headphones.exceptions
|
||||
from headphones import exceptions
|
||||
|
||||
# (append new extras to the end)
|
||||
POSSIBLE_EXTRAS = [
|
||||
|
||||
Reference in New Issue
Block a user