Skip to content

Commit b192086

Browse files
committed
TST: Fix mock module import for travis
1 parent 45553fe commit b192086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/formats/test_to_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55
import pytest
6-
from unittest.mock import patch
6+
from mock import patch
77

88
import os
99
import numpy as np

0 commit comments

Comments
 (0)