Skip to content

Commit eafdf60

Browse files
authored
Merge pull request #9 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 07b80a3 + 0995269 commit eafdf60

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

adafruit_il0398.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ def __init__(self, bus, **kwargs):
9595
write_black_ram_command=write_black_ram_command,
9696
write_color_ram_command=write_color_ram_command,
9797
color_bits_inverted=True,
98-
refresh_display_command=0x12
98+
refresh_display_command=0x12,
9999
)

docs/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
master_doc = "index"
3939

4040
# General information about the project.
41-
project = u"Adafruit IL0398 Library"
42-
copyright = u"2019 Scott Shawcroft"
43-
author = u"Scott Shawcroft"
41+
project = "Adafruit IL0398 Library"
42+
copyright = "2019 Scott Shawcroft"
43+
author = "Scott Shawcroft"
4444

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

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.
@@ -140,7 +140,7 @@
140140
(
141141
master_doc,
142142
"AdafruitIL0398Library.tex",
143-
u"AdafruitIL0398 Library Documentation",
143+
"AdafruitIL0398 Library Documentation",
144144
author,
145145
"manual",
146146
),
@@ -154,7 +154,7 @@
154154
(
155155
master_doc,
156156
"AdafruitIL0398library",
157-
u"Adafruit IL0398 Library Documentation",
157+
"Adafruit IL0398 Library Documentation",
158158
[author],
159159
1,
160160
)
@@ -169,7 +169,7 @@
169169
(
170170
master_doc,
171171
"AdafruitIL0398Library",
172-
u"Adafruit IL0398 Library Documentation",
172+
"Adafruit IL0398 Library Documentation",
173173
author,
174174
"AdafruitIL0398Library",
175175
"One line description of project.",

0 commit comments

Comments
 (0)