Skip to content

Commit

Permalink
chore: remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Feb 27, 2024
1 parent 71f0172 commit d6302a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/commands/context.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Command } from "commander";
import { CONTAINER, Dependencies } from "../shared/ioc";
import { saveAgentConfig } from "../shared/context";
import { getNetwork } from "../shared/config";

const contextCmd = new Command("context");

Expand Down

0 comments on commit d6302a7

Please sign in to comment.