fix: resolve broken ISSUE_LOCK_FILE import in webui/lease_loader.py (Closes #569)
This commit is contained in:
@@ -11,7 +11,8 @@ from urllib.parse import urlparse
|
|||||||
|
|
||||||
from gitea_auth import api_fetch_page, get_auth_header, repo_api_url
|
from gitea_auth import api_fetch_page, get_auth_header, repo_api_url
|
||||||
from issue_claim_heartbeat import build_claim_inventory
|
from issue_claim_heartbeat import build_claim_inventory
|
||||||
from merged_cleanup_reconcile import ISSUE_LOCK_FILE, read_issue_lock
|
from merged_cleanup_reconcile import read_issue_lock
|
||||||
|
from issue_lock_provenance import ISSUE_LOCK_FILE
|
||||||
|
|
||||||
from webui.project_registry import ProjectRecord, load_registry
|
from webui.project_registry import ProjectRecord, load_registry
|
||||||
from webui.queue_loader import _extract_linked_issue, _fetch_issues, _fetch_prs
|
from webui.queue_loader import _extract_linked_issue, _fetch_issues, _fetch_prs
|
||||||
|
|||||||
Reference in New Issue
Block a user