replace bitstruct with construct

This commit is contained in:
Gilles Boccon-Gibod
2023-02-03 19:41:07 -08:00
parent 00978c1d63
commit b5b6cd13b8
3 changed files with 25 additions and 13 deletions
-4
View File
@@ -63,10 +63,6 @@ ignore_errors = true
module = "aioconsole.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "bitstruct.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "colors.*"
ignore_missing_imports = true