Black reformatting with Python 3 target.
This commit is contained in:
parent
67364f38bc
commit
30ce291f03
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ import displayio
|
|||
__version__ = "0.0.0-auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cursor.git"
|
||||
|
||||
class Cursor():
|
||||
|
||||
class Cursor:
|
||||
"""Mouse cursor interaction for CircuitPython.
|
||||
|
||||
:param ~displayio.Display display: CircuitPython display object.
|
||||
|
|
|
|||
Loading…
Reference in a new issue