Use isinstance() instead of type() (#7501)

* Replace type comparisons with isinstance() checks.

* Add changelog.
This commit is contained in:
Felix Fontein 2023-11-08 13:20:19 +01:00 committed by GitHub
commit 48e860be20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "ocapi_utils, oci_utils, redfish_utils module utils - replace ``type()`` calls with ``isinstance()`` calls (https://github.com/ansible-collections/community.general/pull/7501)."