diff --git a/Packs/Base/ReleaseNotes/1_34_26.md b/Packs/Base/ReleaseNotes/1_34_26.md index 02b4a72599f4..6ea29e4fbbd6 100644 --- a/Packs/Base/ReleaseNotes/1_34_26.md +++ b/Packs/Base/ReleaseNotes/1_34_26.md @@ -3,4 +3,4 @@ ##### CommonServerPython -- Removed support for the *DemistoWrapper* class in python2 integrations and scripts. +- Removed support for the *DemistoWrapper* class in python2 integrations and scripts. This fixes an issue where the following error was encountered for python2 integrations and scripts: `TypeError: super() argument 1 must be type, not classobj`