refactor: Remove unneded imports

This commit is contained in:
Alivecow 2024-12-23 10:29:12 +01:00
parent c9c26b3971
commit 848ad15bb8
7 changed files with 5 additions and 8 deletions

View file

@ -21,7 +21,6 @@ pub fn gfmul_task(args: &Value) -> Result<Vec<u8>> {
#[cfg(test)]
mod tests {
use serde_json::json;
use std::str::FromStr;
// Note this useful idiom: importing names from outer (for mod tests) scope.
use super::*;