Skip to content

Commit b0ab3b4

Browse files
committed
removed blank lines from docstring
1 parent 19b6b6e commit b0ab3b4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

adafruit_pcf8563/clock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
**Notes:**
3939
4040
#. Datasheet: http://cache.nxp.com/documents/data_sheet/PCF8563.pdf
41-
4241
"""
4342

4443
__version__ = "0.0.0+auto.0"

adafruit_pcf8563/pcf8563.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class is inherited by the chip-specific subclasses.
4040
interface to timer-specfic registers.
4141
#. The class Clock implements the configuration of the clkout-pin.
4242
#. Datasheet: http://cache.nxp.com/documents/data_sheet/PCF8563.pdf
43-
4443
"""
4544

4645
__version__ = "0.0.0+auto.0"

adafruit_pcf8563/timer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
**Notes:**
3939
4040
#. Datasheet: http://cache.nxp.com/documents/data_sheet/PCF8563.pdf
41-
4241
"""
4342

4443
__version__ = "0.0.0+auto.0"

0 commit comments

Comments
 (0)