Skip to content

Commit 325e3fc

Browse files
committed
sort imports
1 parent fa3e51a commit 325e3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redis/asyncio/lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
2+
import logging
23
import threading
34
import uuid
4-
import logging
55
from types import SimpleNamespace
66
from typing import TYPE_CHECKING, Awaitable, Optional, Union
77

redis/lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import logging
12
import threading
23
import time as mod_time
34
import uuid
4-
import logging
55
from types import SimpleNamespace, TracebackType
66
from typing import Optional, Type
77

0 commit comments

Comments
 (0)