fix: add one line where file ends

according to pep8 principle missed one line empty priciple at end of file, add that in this commit
This commit is contained in:
Abdul-Muqadim-Arbisoft 2025-09-07 19:50:54 +05:00
parent a539ca2693
commit 8b682f0902

View File

@ -80,4 +80,4 @@ select = ["E", "I", "N"]
# W292: missing-newline-at-end-of-file # W292: missing-newline-at-end-of-file
extend-select = ["F401", "F841", "W292"] extend-select = ["F401", "F841", "W292"]
[tool.ruff.format] [tool.ruff.format]