jira - fixed isinstance error (#2236)

* fixed isinstance error

* added changelog fragment
This commit is contained in:
Alexei Znamensky 2021-04-14 19:11:31 +12:00 committed by GitHub
commit bfd6d2b3aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).