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 faaaac8 commit 9e02a80Copy full SHA for 9e02a80
graalpython/lib-python/3/test/pickletester.py
@@ -1,21 +1,20 @@
1
-import math
2
-import sys
3
-
4
import collections
5
import copyreg
6
import dbm
7
-import functools
8
import io
+import functools
9
import os
+import math
10
import pickle
11
import pickletools
12
import shutil
13
import struct
+import sys
14
import threading
15
import unittest
16
import weakref
17
-from http.cookies import SimpleCookie
18
from textwrap import dedent
+from http.cookies import SimpleCookie
19
20
try:
21
import _testbuffer
0 commit comments