Skip to content

Commit a077fff

Browse files
committed
refactor: remove unused timezone import from __init__.py
Remove unused timezone import that was added in 4a57f79 for rate-limit header parsing but became obsolete when rate-limit helper functions were removed in 59c4212 (and also removed in upstream b1832c9). No functional changes - purely cleanup of unused import.
1 parent 7265539 commit a077fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
import readchar
5454
import ssl
5555
import truststore
56-
from datetime import datetime, timezone
56+
from datetime import datetime
5757

5858
ssl_context = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
5959
client = httpx.Client(verify=ssl_context)

0 commit comments

Comments
 (0)