From ea7a5631104abefc93bb4cb73c44031987b09929 Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Mon, 16 May 2022 10:21:09 -0400 Subject: [PATCH] Lint example file Didn't test, but this is what the CI prefered (removing the unused imports, at least) --- examples/floppy_vfs.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/floppy_vfs.py b/examples/floppy_vfs.py index 807c87f..c7bd8de 100644 --- a/examples/floppy_vfs.py +++ b/examples/floppy_vfs.py @@ -7,16 +7,9 @@ # print the root directory listing of a 1.44MB floppy import os -import sys -import time - -import supervisor import storage import board -import digitalio -import floppyio import adafruit_datetime as datetime - import adafruit_floppy D24 = getattr(board, "D24") or getattr(board, "A4")