Skip to content

Commit f492fd5

Browse files
committed
Fix markup error only seen on rtd (WHY)
1 parent 63b12a2 commit f492fd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jepler_udecimal/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
# pylint: disable=line-too-long,superfluous-parens,too-many-lines,redefined-builtin,bare-except
1616
# pylint: disable=protected-access,invalid-name,no-self-use,self-cls-assignment,no-else-return,no-else-raise,too-many-public-methods,useless-object-inheritance,invalid-unary-operand-type,unused-argument,too-many-branches,too-many-return-statements,no-else-break,unused-variable,arguments-differ,missing-function-docstring,inconsistent-return-statements,global-statement,too-many-statements,attribute-defined-outside-init,consider-using-in,dangerous-default-value,using-constant-test,too-many-locals,too-many-arguments,keyword-arg-before-vararg
1717
"""
18-
`jepler_udecimal`
19-
================================================================================
20-
2118
Reduced version of the decimal library for CircuitPython. It runs on
2219
CircuitPython as well as standard Python, though you should probably
2320
use the built in decimal module on standard Python.

0 commit comments

Comments
 (0)