Skip to content

Commit 31908f7

Browse files
authored
Merge pull request #21 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 67364f3 + 30ce291 commit 31908f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_cursorcontrol/cursorcontrol.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
__version__ = "0.0.0-auto.0"
4343
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cursor.git"
4444

45-
class Cursor():
45+
46+
class Cursor:
4647
"""Mouse cursor interaction for CircuitPython.
4748
4849
:param ~displayio.Display display: CircuitPython display object.

0 commit comments

Comments
 (0)