mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test: fix linting errors
This commit is contained in:
parent
b76e3ff626
commit
f337b6569e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class PrismaClient:
|
|||
finally:
|
||||
os.chdir(original_dir)
|
||||
# Now you can import the Prisma Client
|
||||
from prisma import Client
|
||||
from prisma import Client # type: ignore
|
||||
self.db = Client() #Client to connect to Prisma db
|
||||
|
||||
def hash_token(self, token: str):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue