Remove pointless asserts

This commit is contained in:
Matthias
2023-03-19 18:05:08 +01:00
parent c92f28bf6f
commit ce3efa8f00
2 changed files with 1 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ target-version = "py38"
extend-select = [
"C90", # mccabe
# "N", # pep8-naming
"UP", # pyupgrade
"UP", # pyupgrade
"TID", # flake8-tidy-imports
# "EXE", # flake8-executable
"YTT", # flake8-2020