Skip to content

Commit 6ee2704

Browse files
author
Alec Delaney
committed
Reformatted per pre-commit
1 parent 4e82959 commit 6ee2704

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
# General information about the project.
4646
project = "Adafruit WS2801 Library"
4747
current_year = str(datetime.datetime.now().year)
48-
copyright = current_year + " Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
48+
copyright = (
49+
current_year + " Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
50+
)
4951
author = "Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
5052

5153
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)