Skip to content

Commit ab2943e

Browse files
authored
Fix docstring casing for agent365 exporter check
1 parent 1145e31 commit ab2943e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def partition_by_identity(
6666

6767

6868
def is_agent365_exporter_enabled() -> bool:
69-
"""Check if agent365 exporter is enabled."""
69+
"""Check if Agent 365 exporter is enabled."""
7070
# Check environment variable
7171
enable_exporter = os.getenv(ENABLE_A365_OBSERVABILITY_EXPORTER, "").lower()
7272
return (enable_exporter) in ("true", "1", "yes", "on")

0 commit comments

Comments
 (0)