cargo fmt

Signed-off-by: 11happy <soni5happy@gmail.com>
This commit is contained in:
11happy 2025-12-14 14:03:01 +05:30
parent 723b514912
commit eb6420c1a4
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ use crate::types::diagnostic::{
report_invalid_exception_tuple_caught, report_invalid_generator_function_return_type,
report_invalid_key_on_typed_dict, report_invalid_or_unsupported_base,
report_invalid_return_type, report_invalid_type_checking_constant,
report_invalid_type_param_order,
report_named_tuple_field_with_leading_underscore,
report_invalid_type_param_order, report_named_tuple_field_with_leading_underscore,
report_namedtuple_field_without_default_after_field_with_default, report_non_subscriptable,
report_possibly_missing_attribute, report_possibly_unresolved_reference,
report_rebound_typevar, report_slice_step_size_zero, report_unsupported_augmented_assignment,