Skip to content

Commit

Permalink
remove uneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece committed Nov 23, 2022
1 parent 6d00020 commit 45b1e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/procedures/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { types as T, util } from "../deps.ts";
import { types as T } from "../deps.ts";

// deno-lint-ignore require-await
export const main: T.ExpectedExports.main = async (effects) => {
Expand Down

0 comments on commit 45b1e50

Please sign in to comment.