Skip to content

Commit 2ac7b9e

Browse files
committed
removed unused import
1 parent 530a898 commit 2ac7b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_client/throttle_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from contextlib import contextmanager
33
from datetime import timedelta
44
from threading import Event, Thread
5-
from time import sleep, time
5+
from time import time
66
from typing import Dict, Iterator, Optional
77

88
import requests

0 commit comments

Comments
 (0)