Skip to content

Commit 4b19c62

Browse files
author
Johan Broberg
committed
Remove unnecessary blank lines in test files to improve code cleanliness
1 parent e15f5f3 commit 4b19c62

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

tests/observability/core/test_baggage_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import os
65
import unittest
76

tests/observability/core/test_record_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import os
65
import unittest
76
import unittest.mock

tests/observability/core/test_span_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import unittest
65
from unittest.mock import MagicMock
76

tests/observability/extensions/langchain/test_wrapper_langchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import unittest
65
from unittest.mock import MagicMock
76
from uuid import uuid4

tests/observability/extensions/openai/test_wrapper_openaiagents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import unittest
65

76
from microsoft_agents_a365.observability.core import configure

tests/observability/extensions/semantickernel/test_wrapper_semantic_kernel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import unittest
65
from unittest.mock import MagicMock, patch
76

tests/usage_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
54
import os
65
from urllib.parse import urlparse
76

0 commit comments

Comments
 (0)