Skip to content

Commit c590917

Browse files
committed
Update mock import
1 parent cc56f00 commit c590917

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)