Skip to content

Commit d575d4c

Browse files
committed
unused import
1 parent 3a99a28 commit d575d4c

File tree

1 file changed

+1
-1
lines changed
  • gs/backend/api/v1/aro/endpoints

1 file changed

+1
-1
lines changed

gs/backend/api/v1/aro/endpoints/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from uuid import UUID
22

3-
from fastapi import APIRouter, HTTPException
3+
from fastapi import APIRouter
44

55
from gs.backend.api.v1.aro.models.requests import UserRequest
66
from gs.backend.api.v1.aro.models.responses import AllUsersResponse, UserResponse

0 commit comments

Comments
 (0)