Skip to content

Commit 88046cd

Browse files
CopilotnikhilNava
andauthored
Fix __init__.py filename and add copyright header in exporters module (#99)
* Initial plan * Fix filename and add copyright header to exporters __init__.py Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com>
1 parent 4099769 commit 88046cd

1 file changed

Lines changed: 3 additions & 0 deletions

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/__init__py renamed to libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
3+
14
# Agent365Exporter is not exported intentionally.
25
# It should only be used internally by the observability core module.
36
__all__ = ["Agent365ExporterOptions"]

0 commit comments

Comments
 (0)