Skip to content

Commit 104f427

Browse files
authored
Update test_hashlib.py
1 parent 33c84e6 commit 104f427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_hashlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# Licensed to PSF under a Contributor Agreement.
55
#
66

7-
import logging
87
import array
98
from binascii import unhexlify
109
import hashlib
1110
import importlib
1211
import io
1312
import itertools
13+
import logging
1414
import os
1515
import sys
1616
import sysconfig

0 commit comments

Comments
 (0)