Skip to content

Commit 70a2d86

Browse files
authored
fix unittest.mock import error (#1574)
1 parent d20b357 commit 70a2d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# standard library
44
import unittest
5-
from mock import patch, sentinel, ANY
5+
from unittest.mock import patch, sentinel, ANY
66

77
# first party
88
from delphi.epidata.server.main import app

0 commit comments

Comments
 (0)