From: Cefn Hoile Date: Mon, 19 Feb 2018 16:10:38 +0000 (+0000) Subject: Update index.md X-Git-Tag: 0.1.0~4^2~71 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/df93df8ab857655c73e3d6325505b519bb696ea1?ds=inline Update 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() ```