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 758c074 commit 3acd9dfCopy full SHA for 3acd9df
pandas/tests/io/test_clipboard.py
@@ -9,8 +9,7 @@
9
from pandas.util import testing as tm
10
from pandas.util.testing import makeCustomDataframe as mkdf
11
12
-from pandas.io.clipboard import clipboard_get, clipboard_set
13
-from pandas.io.clipboard.exceptions import PyperclipException
+from pandas.io.clipboard import PyperclipException, clipboard_get, clipboard_set
14
15
try:
16
DataFrame({"A": [1, 2]}).to_clipboard()
0 commit comments