fix: fix linting error

This commit is contained in:
Krrish Dholakia 2025-03-14 14:17:28 -07:00
parent 9362fc1759
commit 08abee1990

View file

@ -2,7 +2,7 @@
CRUD endpoints for storing reusable credentials.
"""
from typing import Optional, Union
from typing import Optional
from fastapi import APIRouter, Depends, HTTPException, Request, Response