Skip to content

Commit ad7c573

Browse files
committed
Fix code style issues with Black
1 parent 17eea3c commit ad7c573

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

rocketpy/mathutils/function.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ def __init__(
9595
9696
Notes
9797
-----
98-
(I) CSV files may include an optional single header line. If this
99-
header line is present and contains names for each data column, those
100-
names will be used to label the inputs and outputs unless specified
101-
otherwise by the `inputs` and `outputs` arguments.
98+
(I) CSV files may include an optional single header line. If this
99+
header line is present and contains names for each data column, those
100+
names will be used to label the inputs and outputs unless specified
101+
otherwise by the `inputs` and `outputs` arguments.
102102
If the header is specified for only a few columns, it is ignored.
103103
104104
Commas in a header will be interpreted as a delimiter, which may cause
105105
undesired input or output labeling. To avoid this, specify each input
106106
and output name using the `inputs` and `outputs` arguments.
107107
108-
(II) Fields in CSV files may be enclosed in double quotes. If fields
108+
(II) Fields in CSV files may be enclosed in double quotes. If fields
109109
are not quoted, double quotes should not appear inside them.
110110
"""
111111
if inputs is None:
@@ -192,17 +192,17 @@ def set_source(self, source):
192192
193193
Notes
194194
-----
195-
(I) CSV files may include an optional single header line. If this
196-
header line is present and contains names for each data column, those
197-
names will be used to label the inputs and outputs unless specified
198-
otherwise. If the header is specified for only a few columns, it is
195+
(I) CSV files may include an optional single header line. If this
196+
header line is present and contains names for each data column, those
197+
names will be used to label the inputs and outputs unless specified
198+
otherwise. If the header is specified for only a few columns, it is
199199
ignored.
200200
201201
Commas in a header will be interpreted as a delimiter, which may cause
202202
undesired input or output labeling. To avoid this, specify each input
203203
and output name using the `inputs` and `outputs` arguments.
204204
205-
(II) Fields in CSV files may be enclosed in double quotes. If fields
205+
(II) Fields in CSV files may be enclosed in double quotes. If fields
206206
are not quoted, double quotes should not appear inside them.
207207
208208
Returns

0 commit comments

Comments
 (0)