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 2d003fa commit 5ad6268Copy full SHA for 5ad6268
Lib/test/test_uuid.py
@@ -1,7 +1,3 @@
1
-import unittest
2
-import uuid
3
-from test import support
4
-from test.support import import_helper
5
import builtins
6
import contextlib
7
import copy
@@ -11,10 +7,14 @@
11
import pickle
12
8
import random
13
9
import sys
10
+import unittest
14
import weakref
15
from itertools import product
16
from unittest import mock
17
+from test import support
+from test.support import import_helper
+
18
py_uuid = import_helper.import_fresh_module('uuid', blocked=['_uuid'])
19
c_uuid = import_helper.import_fresh_module('uuid', fresh=['_uuid'])
20
0 commit comments