added # -*-coding:utf-8-*- to test if this fixes issues with users being unable to have Japanese, Chinese and Korean Characters in email messages

This commit is contained in:
Chad Ferman 2023-06-06 13:28:16 -05:00 committed by Dave
parent 14454cc670
commit 33010a2e02

View File

@ -1,5 +1,6 @@
# Copyright (c) 2019 Ansible, Inc.
# All Rights Reserved.
# -*-coding:utf-8-*-
class CustomNotificationBase(object):