We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13e27f7 + 7e72ec4 commit 8036d28Copy full SHA for 8036d28
adabot/circuitpython_libraries.py
@@ -981,7 +981,6 @@ def print_circuitpython_download_stats():
981
found_unstable = False
982
found_stable = False
983
for release in releases:
984
- published = datetime.datetime.strptime(release["published_at"], "%Y-%m-%dT%H:%M:%SZ")
985
if not found_unstable and not release["draft"] and release["prerelease"]:
986
found_unstable = True
987
elif not found_stable and not release["draft"] and not release["prerelease"]:
0 commit comments