mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 10:09:49 +08:00
Split utils/submit.py
This moves the code used by the backend and API to common/submit.py, the code used just by the API to web/submit.py, and the code used just by the backend to scheduler/submit.py.
This commit is contained in:
@@ -101,7 +101,7 @@ Additionally, the imports should be ordered by standard library, third-party, th
|
||||
import flask
|
||||
import requests
|
||||
|
||||
import module_build_service.utils
|
||||
import module_build_service.web
|
||||
from module_build_service.errors import ValidationError
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user