Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jan 24, 2025
1 parent 4918398 commit a04e5b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
) # Adds the parent directory to the system path
import json
import sys
from typing import Any, Dict, List, Literal, Optional, Union
from typing import Any, List, Literal, Optional, Union

from fastapi import HTTPException

Expand Down

0 comments on commit a04e5b8

Please sign in to comment.