mirror of
https://github.com/smittix/intercept.git
synced 2026-07-14 04:28:10 -07:00
Fix ruff lint errors to unblock CI (import sorting, unused imports, style)
This commit is contained in:
@@ -728,8 +728,9 @@ def agent_management_page():
|
||||
@controller_bp.route('/monitor')
|
||||
def network_monitor_page():
|
||||
"""Render the network monitor page for multi-agent aggregated view."""
|
||||
from flask import render_template
|
||||
from config import VERSION
|
||||
from flask import render_template
|
||||
|
||||
from config import VERSION
|
||||
return render_template('network_monitor.html', version=VERSION)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user