mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] useless import
This commit is contained in:
parent
69a34edd58
commit
da1d8b6dae
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -23,7 +23,7 @@ from sanic.log import LOGGING_CONFIG_DEFAULTS
|
|||
|
||||
from sanic_jinja2 import SanicJinja2
|
||||
|
||||
from playhouse.shortcuts import model_to_dict, dict_to_model
|
||||
from playhouse.shortcuts import model_to_dict
|
||||
|
||||
from models import Repo, Job, db, Worker
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue