From 4b06e508fdf53ee0b4c94dc2ff2ff8f3c49e78b4 Mon Sep 17 00:00:00 2001 From: ed-kyu Date: Fri, 22 Nov 2024 03:37:39 +0900 Subject: [PATCH] chore: delete unused thing --- app/api/bingo/bingo_boards/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/bingo/bingo_boards/routes.py b/app/api/bingo/bingo_boards/routes.py index 8fdaae1..4ed500c 100644 --- a/app/api/bingo/bingo_boards/routes.py +++ b/app/api/bingo/bingo_boards/routes.py @@ -1,4 +1,4 @@ -from fastapi import APIRouter, Depends, Path, HTTPException +from fastapi import APIRouter, Depends, Path from .schema import ( BingoBoardRequest,