Skip to content

Commit d550634

Browse files
localdenCopilot
andauthored
Update src/specify_cli/__init__.py
Co-authored-by: Copilot <[email protected]>
1 parent 72cb885 commit d550634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/specify_cli/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,6 @@ def version():
13061306
release_date = release_data.get("published_at", "unknown")
13071307
if release_date != "unknown":
13081308
# Format the date nicely
1309-
from datetime import datetime
13101309
try:
13111310
dt = datetime.fromisoformat(release_date.replace('Z', '+00:00'))
13121311
release_date = dt.strftime("%Y-%m-%d")

0 commit comments

Comments
 (0)