Skip to content

Commit 78ca865

Browse files
committed
style: auto-format imports after rebase
1 parent 4fb38ed commit 78ca865

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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)