Skip to content

Commit 5ad6268

Browse files
committed
post-merge
1 parent 2d003fa commit 5ad6268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/test/test_uuid.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import unittest
2-
import uuid
3-
from test import support
4-
from test.support import import_helper
51
import builtins
62
import contextlib
73
import copy
@@ -11,10 +7,14 @@
117
import pickle
128
import random
139
import sys
10+
import unittest
1411
import weakref
1512
from itertools import product
1613
from unittest import mock
1714

15+
from test import support
16+
from test.support import import_helper
17+
1818
py_uuid = import_helper.import_fresh_module('uuid', blocked=['_uuid'])
1919
c_uuid = import_helper.import_fresh_module('uuid', fresh=['_uuid'])
2020

0 commit comments

Comments
 (0)