Added database support for finding empty fields

This commit is contained in:
Donkie
2023-09-07 21:50:12 +02:00
parent f62f9d899b
commit de16dd7be0
5 changed files with 81 additions and 33 deletions

View File

@@ -61,6 +61,7 @@ ignore = [
"EM102",
"DTZ003",
"PLR0913",
"SIM108",
]
line-length = 120
target-version = "py39"