We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20b357 commit 70a2d86Copy full SHA for 70a2d86
tests/server/test_pandas.py
@@ -2,7 +2,7 @@
2
3
# standard library
4
import unittest
5
-from mock import patch, sentinel, ANY
+from unittest.mock import patch, sentinel, ANY
6
7
# first party
8
from delphi.epidata.server.main import app
0 commit comments