Implement U013: Unnecessary TypedDict syntactic form (#716)

This commit is contained in:
Martin Lehoux 2022-11-18 18:10:47 +01:00 committed by GitHub
parent c2d6307e9b
commit c5722d8a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 451 additions and 4 deletions

View file

@ -1,5 +1,6 @@
pub mod builtins;
pub mod future;
pub mod identifiers;
pub mod keyword;
pub mod string;
pub mod sys;