Skip to content

Commit 85c0490

Browse files
committed
Remove unused import
1 parent ccebfbf commit 85c0490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/db-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'node:fs'
22
import { faker } from '@faker-js/faker'
3-
import { Prisma, type PrismaClient } from '@prisma/client'
3+
import { type PrismaClient } from '@prisma/client'
44
import bcrypt from 'bcryptjs'
55
import { UniqueEnforcer } from 'enforce-unique'
66

0 commit comments

Comments
 (0)