Skip to content

Commit 45d388f

Browse files
committed
black the cookie stuff
1 parent 7e7250f commit 45d388f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030

3131
intersphinx_mapping = {
32-
"python": ("https://docs.python.org/3", None),"BusDevice": ("https://docs.circuitpython.org/projects/busdevice/en/latest/", None),
33-
32+
"python": ("https://docs.python.org/3", None),
33+
"BusDevice": ("https://docs.circuitpython.org/projects/busdevice/en/latest/", None),
3434
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
3535
}
3636

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
],
5757
# What does your project relate to?
5858
keywords="adafruit blinka circuitpython micropython vl53l4cd distance",
59-
6059
# You can just specify the packages manually here if your project is
6160
# simple. Or you can use find_packages().
6261
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,

0 commit comments

Comments
 (0)