mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(proxy/utils.py): fix linting error
This commit is contained in:
parent
a0f08e0dad
commit
df3afa652f
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ class PrismaClient:
|
|||
finally:
|
||||
os.chdir(original_dir)
|
||||
# Now you can import the Prisma Client
|
||||
from prisma import Prisma
|
||||
from prisma import Prisma # type: ignore
|
||||
|
||||
self.db = Prisma() # Client to connect to Prisma db
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue