Skip to content

Commit

Permalink
make codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Mar 27, 2023
1 parent d881157 commit 9a07b5f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 4 additions & 2 deletions toughio/_io/output/csv/_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ def read(filename, file_type, file_format, labels_order):
----------
filename : str, pathlike or buffer
Input file name or buffer.
file_format : str or None, optional, default None
file_type : str
Input file type.
file_format : str
Input file format.
labels_order : list of array_like or None, optional, default None
labels_order : list of array_like
List of labels.
Returns
Expand Down
6 changes: 4 additions & 2 deletions toughio/_io/output/petrasim/_petrasim.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ def read(filename, file_type, file_format, labels_order):
----------
filename : str, pathlike or buffer
Input file name or buffer.
file_format : str or None, optional, default None
file_type : str
Input file type.
file_format : str
Input file format.
labels_order : list of array_like or None, optional, default None
labels_order : list of array_like
List of labels.
Returns
Expand Down
6 changes: 4 additions & 2 deletions toughio/_io/output/save/_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ def read(filename, file_type, file_format, labels_order):
----------
filename : str, pathlike or buffer
Input file name or buffer.
file_format : str or None, optional, default None
file_type : str
Input file type.
file_format : str
Input file format.
labels_order : list of array_like or None, optional, default None
labels_order : list of array_like
List of labels.
Returns
Expand Down
6 changes: 4 additions & 2 deletions toughio/_io/output/tecplot/_tecplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ def read(filename, file_type, file_format, labels_order):
----------
filename : str, pathlike or buffer
Input file name or buffer.
file_format : str or None, optional, default None
file_type : str
Input file type.
file_format : str
Input file format.
labels_order : list of array_like or None, optional, default None
labels_order : list of array_like
List of labels.
Returns
Expand Down
6 changes: 4 additions & 2 deletions toughio/_io/output/tough/_tough.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ def read(filename, file_type, file_format, labels_order):
----------
filename : str, pathlike or buffer
Input file name or buffer.
file_format : str or None, optional, default None
file_type : str
Input file type.
file_format : str
Input file format.
labels_order : list of array_like or None, optional, default None
labels_order : list of array_like
List of labels.
Returns
Expand Down
1 change: 0 additions & 1 deletion toughio/_io/table/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
__all__ = [
"register",
"read",
"write",
]


Expand Down

0 comments on commit 9a07b5f

Please sign in to comment.