Merge pull request #1125 from clebs/chore/remove-imports

chore: remove unused imports from config/edit
This commit is contained in:
Mitchell Hashimoto
2023-12-19 08:11:40 -08:00
committed by GitHub

View File

@ -1,11 +1,6 @@
const std = @import("std");
const builtin = @import("builtin");
const assert = std.debug.assert;
const Allocator = std.mem.Allocator;
const internal_os = @import("../os/main.zig");
const Command = @import("../Command.zig");
const log = std.log.scoped(.config);
/// Open the configuration in the OS default editor according to the default
/// paths the main config file could be in.