commands/tag_types_disable: remove u32 import
All checks were successful
Build and test / check (push) Successful in 1m4s
Build and test / build (push) Successful in 1m6s
Build and test / docs (push) Successful in 1m10s
Build and test / test (push) Successful in 1m46s

This commit is contained in:
2026-01-10 01:22:17 +09:00
parent e3300f6c8c
commit 4dfb4d2150

View File

@@ -1,5 +1,3 @@
use std::u32;
use crate::{
commands::{Command, CommandRequest, RequestParserError, empty_command_response},
request_tokenizer::RequestTokenizer,