Skip to content

Commit

Permalink
Fixed PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeda-e committed Aug 2, 2021
1 parent 36bd38e commit 7382cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion membrane_curvature/tests/test_membrane_curvature.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


import pytest
from membrane_curvature.surface import (interpolation_by_array, normalized_grid,
from membrane_curvature.surface import (interpolation_by_array, normalized_grid,
derive_surface, get_z_surface, surface_interpolation)
from membrane_curvature.curvature import mean_curvature, gaussian_curvature
import numpy as np
Expand Down

0 comments on commit 7382cec

Please sign in to comment.