Suppress pylint context manager warning

(Potential pylint regression)
This commit is contained in:
Kuba Sawulski 2024-08-09 15:43:32 +02:00
parent 722bc7b7e9
commit 6dccfa489b

View file

@ -1,6 +1,6 @@
[MESSAGES CONTROL] [MESSAGES CONTROL]
disable=missing-docstring disable=missing-docstring, contextmanager-generator-missing-cleanup
[FORMAT] [FORMAT]