fix unused import

This commit is contained in:
Matthieu Jolimaitre 2024-02-02 16:45:27 +01:00
parent 440e8bf324
commit fe2e22ba17

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-net --allow-env --unstable-kv #!/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 { State } from "./state.ts";
import { RuleSet } from "./rules.ts"; import { RuleSet } from "./rules.ts";
import { EpitlsBot } from "./bot.ts"; import { EpitlsBot } from "./bot.ts";