Skip to content

Commit 6babdd2

Browse files
authored
Merge pull request #78 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 038c528 + c6e8cc0 commit 6babdd2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

adafruit_ble/services/midi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, **kwargs):
4949
| Characteristic.WRITE
5050
| Characteristic.WRITE_NO_RESPONSE
5151
),
52-
**kwargs
52+
**kwargs,
5353
)
5454

5555

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
master_doc = "index"
4040

4141
# General information about the project.
42-
project = u"Adafruit ble Library"
43-
copyright = u"2019 Dan Halbert for Adafruit Industries"
44-
author = u"Dan Halbert"
42+
project = "Adafruit BLE Library"
43+
copyright = "2019 Dan Halbert for Adafruit Industries"
44+
author = "Dan Halbert"
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = u"1.0"
51+
version = "1.0"
5252
# The full version, including alpha/beta/rc tags.
53-
release = u"1.0"
53+
release = "1.0"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -141,7 +141,7 @@
141141
(
142142
master_doc,
143143
"AdafruitbleLibrary.tex",
144-
u"Adafruit BLE Library Documentation",
144+
"Adafruit BLE Library Documentation",
145145
author,
146146
"manual",
147147
),
@@ -155,7 +155,7 @@
155155
(
156156
master_doc,
157157
"Adafruitblelibrary",
158-
u"Adafruit BLE Library Documentation",
158+
"Adafruit BLE Library Documentation",
159159
[author],
160160
1,
161161
)
@@ -170,7 +170,7 @@
170170
(
171171
master_doc,
172172
"AdafruitbleLibrary",
173-
u"Adafruit BLE Library Documentation",
173+
"Adafruit BLE Library Documentation",
174174
author,
175175
"AdafruitbleLibrary",
176176
"One line description of project.",

0 commit comments

Comments
 (0)