Skip to content

Commit d020aa0

Browse files
Fixing is_affirmative import error
1 parent 9ee0b1e commit d020aa0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tibco_ems/datadog_checks/tibco_ems/tibco_ems.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import subprocess
66
from typing import Any # noqa: F401
77

8-
from datadog_checks.base import AgentCheck
9-
from datadog_checks.base.utils.common import is_affirmative
8+
from datadog_checks.base import AgentCheck, is_affirmative
109

1110

1211
from .constants import SHOW_METRIC_DATA, UNIT_PATTERN

0 commit comments

Comments
 (0)