Skip to content

Commit 38471f1

Browse files
committed
fix tests for base api
1 parent f1ea974 commit 38471f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_api/test_base_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
import re
33
import unittest
4-
from unittest.mock import MagicMock, patch
4+
from unittest.mock import MagicMock
55

66
import numpy as np
77

0 commit comments

Comments
 (0)