Fix flake8-fixme architecture (#4807)

This commit is contained in:
Jonathan Plasse 2023-06-02 15:15:44 +02:00 committed by GitHub
parent a401989b7a
commit 03ee6033f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,5 @@
pub(crate) use todos::{
todos, LineContainsFixme, LineContainsHack, LineContainsTodo, LineContainsXxx,
};
mod todos;