fix unused import
This commit is contained in:
parent
440e8bf324
commit
fe2e22ba17
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-net --allow-env --unstable-kv
|
||||
|
||||
import { log_from, read_conf, root_path, SimpleResult, wait } from "./utils.ts";
|
||||
import { log_from, read_conf, root_path, SimpleResult } from "./utils.ts";
|
||||
import { State } from "./state.ts";
|
||||
import { RuleSet } from "./rules.ts";
|
||||
import { EpitlsBot } from "./bot.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue