mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-18 03:51:43 -07:00
Use isinstance() instead of type() (#7501)
* Replace type comparisons with isinstance() checks. * Add changelog.
This commit is contained in:
parent
0304989392
commit
48e860be20
4 changed files with 5 additions and 3 deletions
2
changelogs/fragments/7501-type.yml
Normal file
2
changelogs/fragments/7501-type.yml
Normal 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)."
|
Loading…
Add table
Add a link
Reference in a new issue