fix import
This commit is contained in:
parent
81c6cde17a
commit
edd5abad40
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ import time
|
|||
|
||||
import koji
|
||||
from . import kojihub
|
||||
from .db import QueryProcessor, InsertProcessor, UpsertProcessor, UpdateProcessor, QueryView, db_lock
|
||||
from .db import QueryProcessor, InsertProcessor, UpsertProcessor, UpdateProcessor, \
|
||||
DeleteProcessor, QueryView, db_lock
|
||||
|
||||
|
||||
logger = logging.getLogger('koji.scheduler')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue