We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45553fe commit b192086Copy full SHA for b192086
pandas/tests/io/formats/test_to_csv.py
@@ -3,7 +3,7 @@
3
import sys
4
5
import pytest
6
-from unittest.mock import patch
+from mock import patch
7
8
import os
9
import numpy as np
0 commit comments