Skip to content

Commit 6c6f5f4

Browse files
committed
chore: cleaned up imports in sync_client.py
1 parent 6c65b10 commit 6c6f5f4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/humanloop/sync/sync_client.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
import json
12
import logging
2-
from pathlib import Path
3-
from typing import List, Optional, Tuple, TYPE_CHECKING, Union
4-
from functools import lru_cache
5-
import typing
63
import time
4+
import typing
5+
from functools import lru_cache
6+
from pathlib import Path
7+
from typing import TYPE_CHECKING, List, Optional, Tuple
8+
79
from humanloop.error import HumanloopRuntimeError
8-
import json
910

1011
if TYPE_CHECKING:
1112
from humanloop.base_client import BaseHumanloop

0 commit comments

Comments
 (0)