Skip to content

Commit 6eee7ad

Browse files
authored
Merge pull request #19 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 0659873 + a3021e2 commit 6eee7ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
master_doc = "index"
3535

3636
# General information about the project.
37-
project = u"Adafruit HCSR04 Library"
38-
copyright = u"2017 Mike Mabey"
39-
author = u"Mike Mabey"
37+
project = "Adafruit HCSR04 Library"
38+
copyright = "2017 Mike Mabey"
39+
author = "Mike Mabey"
4040

4141
# The version info for the project you're documenting, acts as replacement for
4242
# |version| and |release|, also used in various other places throughout the
@@ -126,7 +126,7 @@
126126
(
127127
master_doc,
128128
"AdafruitHCSR04Library.tex",
129-
u"Adafruit HCSR04 Library Documentation",
129+
"Adafruit HCSR04 Library Documentation",
130130
author,
131131
"manual",
132132
),
@@ -140,7 +140,7 @@
140140
(
141141
master_doc,
142142
"adafruitHCSR04library",
143-
u"Adafruit HCSR04 Library Documentation",
143+
"Adafruit HCSR04 Library Documentation",
144144
[author],
145145
1,
146146
)
@@ -155,7 +155,7 @@
155155
(
156156
master_doc,
157157
"AdafruitHCSR04Library",
158-
u"Adafruit HCSR04 Library Documentation",
158+
"Adafruit HCSR04 Library Documentation",
159159
author,
160160
"AdafruitHCSR04Library",
161161
"One line description of project.",

0 commit comments

Comments
 (0)