Skip to content

Commit

Permalink
Fix issue reported by ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Sep 5, 2023
1 parent 89148df commit 6becc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os from "os";
import path from "path";

import { CommandStatement, Statement, Word } from "./ast";
import { CommandStatement, Statement } from "./ast";
import { Context } from "./context";
import { ExitStatus } from "./status";

Expand Down

0 comments on commit 6becc74

Please sign in to comment.