Skip to content

Commit

Permalink
Merge pull request #144 from lsst/tickets/DM-33398
Browse files Browse the repository at this point in the history
DM-33398: Use unittest.mock.patch instead of mock's.
  • Loading branch information
ktlim committed Jan 26, 2022
2 parents 773f254 + 6ba1d59 commit 78c54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_skyBotEphemerisQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from mock import patch
from unittest.mock import patch
import numpy as np
import os
import pandas as pd
Expand Down

0 comments on commit 78c54e5

Please sign in to comment.