Skip to content

Commit 8acfaa7

Browse files
committed
Remove unused import
1 parent 51fbb31 commit 8acfaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_message_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
from unittest.mock import MagicMock, ANY
15+
from unittest.mock import MagicMock
1616

1717
import pytest
1818
from neo4j_graphrag.message_history import InMemoryMessageHistory, Neo4jMessageHistory

0 commit comments

Comments
 (0)