fix __init__ import Base

This commit is contained in:
Simon Alibert
2024-03-24 17:57:01 +01:00
parent 1c24bbda3f
commit 0c41675986
2 changed files with 2 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ exclude = [
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I", "N", "B", "C4", "SIM"]
ignore-init-module-imports = true
[tool.poetry-dynamic-versioning]
enable = true