Skip to content

Commit fb44364

Browse files
committed
and now black is unhappy again?
1 parent c60848f commit fb44364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_as726x.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
# pylint: disable=invalid-name
115115
# pylint: disable=no-else-return
116116

117+
117118
class AS726x:
118119
"""AS726x spectral sensor base class.
119120
@@ -541,4 +542,4 @@ def _virtual_write(self, addr, value):
541542
# pylint: enable=too-many-instance-attributes
542543
# pylint: enable=too-many-public-methods
543544
# pylint: enable=invalid-name
544-
# pylint: enable=no-else-return
545+
# pylint: enable=no-else-return

0 commit comments

Comments
 (0)