Skip to content

Commit 1858fae

Browse files
add missing empty line in several files
1 parent b9a3901 commit 1858fae

6 files changed

+7
-9
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# changed to https due to RTD build issue
44
# see https://github.com/readthedocs/readthedocs.org/issues/4043
55
# url = [email protected]:brainelectronics/python-modules.git
6-
url = https://github.com/brainelectronics/python-modules.git
6+
url = https://github.com/brainelectronics/python-modules.git

docs/changelog_link.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
.. include:: ../changelog.md
3-
:parser: myst_parser.sphinx_
3+
:parser: myst_parser.sphinx_

docs/readme_link.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
.. include:: ../README.md
3-
:parser: myst_parser.sphinx_
3+
:parser: myst_parser.sphinx_

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
"github:brainelectronics/micropython-modbus/umodbus/version.py"
3838
]
3939
],
40-
"deps": [
41-
],
40+
"deps": [],
4241
"version": "2.3.4"
43-
}
44-
42+
}

requirements-deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Avoid fixed versions
33
# # to upload package to PyPi or other package hosts
44
twine>=4.0.1,<5
5-
changelog2version>=0.5.0,<1
5+
changelog2version>=0.5.0,<1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# adafruit-ampy>=1.1.0,<2.0.0
22
esptool
33
rshell>=0.0.30,<1.0.0
4-
mpremote>=0.4.0,<1
4+
mpremote>=0.4.0,<1

0 commit comments

Comments
 (0)