mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Remove unused import and exception variable flagged by ruff: - Remove unused 'sys' import (F401) - Remove unused exception variable 'e' in except clause (F841) Co-Authored-By: Yue Guobin <yueguobin@outlook.com>