pulumi/sdk/python/lib/test/langhost/inheritance_translation
Fraser Waters 45a61d8226
Fixing a few pylint errors in the python test folder (#16962)
These were found by running `python -m pylint ./lib/test
--rcfile=.pylintrc` in the python SDK folder. Currently we don't
consistently run pylint (or mypy for that matter) against the test
folder and it's built up a number of issues before we can turn it on.

This PR fixes some of the smaller less common ones, a baby step towards
getting the tests fully linted and type checked. Each issue is resolved
in a single commit named for the pylint issue it fixed.
2024-08-14 08:26:34 +00:00
..
__init__.py [sdk/python] Address issues when using resource subclasses (#6890) 2021-04-30 10:07:23 -07:00
__main__.py Fixing a few pylint errors in the python test folder (#16962) 2024-08-14 08:26:34 +00:00
test_inheritance_translation.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00