Skip to content

Commit 4887e14

Browse files
committed
fix import
1 parent cb45525 commit 4887e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/tracing/telemetry/exporters/apmplus_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from dataclasses import dataclass
1516
from typing import Any
1617

17-
from attr import dataclass
1818
from google.adk.models.llm_request import LlmRequest
1919
from google.adk.models.llm_response import LlmResponse
2020
from opentelemetry import metrics

0 commit comments

Comments
 (0)