X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/6f2820336ba9d354790757d8ea4bcef4cff988b1..df93df8ab857655c73e3d6325505b519bb696ea1:/notes/index.md diff --git a/notes/index.md b/notes/index.md index 199fcae..8823f4c 100644 --- a/notes/index.md +++ b/notes/index.md @@ -19,7 +19,6 @@ constructor, to configure a pin as an input with no pull. The gc.collect() calls minimise heap fragmentation, and ensure there is enough memory to run the particular test. ```python -import gc import testing testing.main() ```