Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 3, 2025
1 parent fb2977a commit 79d470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/redis.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { TransactionOptions } from "../types";
import { defineDriver, joinKeys, createError } from "./utils";
import { defineDriver, joinKeys } from "./utils";
// TODO: use named import in v2
import Redis, {
Cluster,
Expand Down

0 comments on commit 79d470f

Please sign in to comment.