Skip to content

Commit 8036d28

Browse files
authored
Merge pull request #44 from sommersoft/fix_lib
Fix Unecessary Failure
2 parents 13e27f7 + 7e72ec4 commit 8036d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adabot/circuitpython_libraries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,6 @@ def print_circuitpython_download_stats():
981981
found_unstable = False
982982
found_stable = False
983983
for release in releases:
984-
published = datetime.datetime.strptime(release["published_at"], "%Y-%m-%dT%H:%M:%SZ")
985984
if not found_unstable and not release["draft"] and release["prerelease"]:
986985
found_unstable = True
987986
elif not found_stable and not release["draft"] and not release["prerelease"]:

0 commit comments

Comments
 (0)