Skip to content

Commit

Permalink
Fixed PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeda-e committed Jul 22, 2021
1 parent b63bd5f commit ed2ede3
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 @@ -3,7 +3,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 ed2ede3

Please sign in to comment.