Format Identifier (#5255)

This commit is contained in:
Micha Reiser 2023-06-21 17:35:37 +02:00 committed by GitHub
parent 6155fd647d
commit e47aa468d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 13 deletions

View file

@ -5,6 +5,7 @@ pub(crate) mod arguments;
pub(crate) mod comprehension;
pub(crate) mod decorator;
pub(crate) mod except_handler_except_handler;
pub(crate) mod identifier;
pub(crate) mod keyword;
pub(crate) mod match_case;
pub(crate) mod type_ignore_type_ignore;