mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Fix F821 undefined name 'status' error by importing the status module from fastapi. This resolves build errors when using status.HTTP_403_FORBIDDEN and status.HTTP_404_NOT_FOUND.