Skip to content

Commit 768f0b1

Browse files
committed
Run pre-commit
1 parent f3c0511 commit 768f0b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_floppy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ def find_track0(self):
112112
113113
If successful, sets the internal track number to 0.
114114
115-
If unsuccsessful, sets the internatl track number to None and raises an exception."""
115+
If unsuccsessful, sets the internatl track number to None and raises an exception.
116+
"""
116117
self._track = None
117118
# First move off of track0. One of my drives would not function properly
118119
# without this initial move-off.

0 commit comments

Comments
 (0)