Skip to content

Commit 00a11fb

Browse files
committed
style: auto-format imports after rebase
1 parent c15b444 commit 00a11fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

redisvl/migration/async_executor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from __future__ import annotations
22

33
import asyncio
4-
from pathlib import Path
5-
6-
from redisvl.utils.log import get_logger
74
import time
5+
from pathlib import Path
86
from typing import Any, AsyncGenerator, Callable, Dict, List, Optional
97

108
from redis.exceptions import ResponseError

0 commit comments

Comments
 (0)