Skip to content

Commit

Permalink
fix tests for base api
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Dec 6, 2021
1 parent 57e5e93 commit b47d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_api/test_base_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import re
import unittest
from unittest.mock import MagicMock, patch
from unittest.mock import MagicMock

import numpy as np

Expand Down

0 comments on commit b47d400

Please sign in to comment.