Minor fix pylint version (#17944)

* fix import issue

* fix: fix pylint version

* style:ran python linting

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
This commit is contained in:
Teddy 2024-09-20 18:50:28 +02:00 committed by GitHub
parent e99e8a3e11
commit b222de66fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -328,7 +328,7 @@ dev = {
"isort",
"pre-commit",
"pycln",
"pylint~=3.0",
"pylint~=3.2.0", # 3.3.0+ breaks our current linting
# For publishing
"twine",
"build",