use PathLike type instead of str | Path

This commit is contained in:
scito
2022-12-29 23:17:31 +01:00
parent a5768ba1e6
commit 51094a1a18
6 changed files with 18 additions and 9 deletions
+2
View File
@@ -12,6 +12,8 @@ opencv-python = "*"
[dev-packages]
pytest = "*"
pytest-mock = "*"
pytest-cov = "*"
wheel = "*"
flake8 = "*"
pylint = "*"