1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

remove redundant imports.

This commit is contained in:
cyc 2024-02-08 11:03:14 +08:00 committed by Wez Furlong
parent a678849f15
commit f671a9ab97

View File

@ -4,7 +4,6 @@ use luahelper::lua_value_to_dynamic;
use serde_json::{Map, Value as JValue};
use std::collections::HashSet;
use wezterm_dynamic::{FromDynamic, Value as DynValue};
use {serde_yaml, toml};
pub fn register(lua: &Lua) -> anyhow::Result<()> {
let serde_mod = get_or_create_sub_module(lua, "serde")?;