mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 10:52:17 +03:00
import statement bugfix
This commit is contained in:
parent
85a9bcd5a1
commit
30689c31ad
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
||||
|
||||
from base.scheduler.custom_scheduler_impl import CustomScheduler
|
||||
from base.scheduler.custom.custom_scheduler import CustomScheduler
|
||||
|
||||
class SchedulerFactory():
|
||||
|
||||
|
|
Loading…
Reference in a new issue