Refactoring
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import time
|
||||
import schedule
|
||||
from typing import Any, Callable
|
||||
|
||||
import schedule
|
||||
|
||||
|
||||
class Job(object):
|
||||
def __init__(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user