Skip to content

Commit

Permalink
pep8 Fix that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-chaudhari1 committed Mar 23, 2021
1 parent 7e53117 commit 068f2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fury/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def numpy_to_vtk_cells(data, is_coords=True):
connectivity + offset information
"""
data = np.array(data,dtype=object)
data = np.array(data, dtype=object)
nb_cells = len(data)

# Get lines_array in vtk input format
Expand Down

0 comments on commit 068f2e9

Please sign in to comment.