Skip to content

Commit c6f129a

Browse files
committed
fix lint
1 parent 4e07655 commit c6f129a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lasso/dyna/d3plot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6200,8 +6200,7 @@ def write_d3plot(
62006200
... [1, 0, 0],
62016201
... [0, 1, 0]]])
62026202
>>> d3plot.write_d3plot("yay.d3plot")
6203-
6204-
6203+
"""
62056204

62066205
# if there is a single buffer, write all in
62076206
if not isinstance(filepath, str):

lasso/femzip/femzip_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ def read_variables(
11791179
-------
11801180
arrays: dict
11811181
dictionary with d3plot arrays
1182-
1182+
"""
11831183

11841184
# pylint: disable = too-many-arguments
11851185
# pylint: disable = too-many-locals

0 commit comments

Comments
 (0)