Skip to content

Commit

Permalink
test import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Aug 14, 2024
1 parent fa6f1e5 commit 0b643c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions tests/test_agent.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from unittest import TestCase
from unittest.mock import patch, MagicMock
from uuid import uuid4

from agentops import track_agent
import agentops
Expand Down
4 changes: 1 addition & 3 deletions tests/test_singleton.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import uuid

import pytest

from agentops.helpers import singleton, conditional_singleton, clear_singletons
from agentops.singleton import singleton, conditional_singleton, clear_singletons


@singleton
Expand Down

0 comments on commit 0b643c5

Please sign in to comment.