Skip to content

Commit dc71271

Browse files
committed
More linting changes
1 parent 91fa038 commit dc71271

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/mbed-greentea/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
def read(fname):
3838
"""
3939
Utility function to cat in a file (used for the README)
40-
@param fname: the name of the file to read, relative to the directory containing this file
40+
@param fname: the name of the file to read,
41+
relative to the directory containing this file
4142
@return: The string content of the opened file
4243
"""
4344
with open(os.path.join(repository_dir, fname), mode='r') as f:

packages/mbed-host-tests/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
def read(fname):
3838
"""
3939
Utility function to cat in a file (used for the README)
40-
@param fname: the name of the file to read, relative to the directory containing this file
40+
@param fname: the name of the file to read,
41+
relative to the directory containing this file
4142
@return: The string content of the opened file
4243
"""
4344
with open(os.path.join(repository_dir, fname), mode='r') as f:

packages/mbed-ls/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
def read(fname):
3535
"""
3636
Utility function to cat in a file (used for the README)
37-
@param fname: the name of the file to read, relative to the directory containing this file
37+
@param fname: the name of the file to read,
38+
relative to the directory containing this file
3839
@return: The string content of the opened file
3940
"""
4041
with open(os.path.join(repository_dir, fname), mode='r') as f:

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
def read(fname):
2828
"""
2929
Utility function to cat in a file (used for the README)
30-
@param fname: the name of the file to read, relative to the directory containing this file
30+
@param fname: the name of the file to read,
31+
relative to the directory containing this file
3132
@return: The string content of the opened file
3233
"""
3334
with open(os.path.join(repository_dir, fname), mode='r') as f:

0 commit comments

Comments
 (0)