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 dfbcba2 + edc9677 commit f6d810aCopy full SHA for f6d810a
adabot/circuitpython_bundle.py
@@ -86,7 +86,7 @@ def check_lib_links_md(bundle_path):
86
87
with open(os.path.join(bundle_path, "circuitpython_library_list.md"), 'w') as f:
88
f.write("# Adafruit CircuitPython Libraries\n")
89
- f.write("\n\n")
+ f.write("\n\n")
90
f.write("Here is a listing of current Adafruit CircuitPython Libraries. There are {} libraries available.\n\n".format(lib_count))
91
f.write("## Drivers:\n")
92
for line in sorted(write_drivers):
0 commit comments