Skip to content

Commit

Permalink
chore: run lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Aug 6, 2024
1 parent b34ae4c commit 37db051
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/py/mat3ra/made/tools/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


class FunctionHolder(BaseModel):

@staticmethod
def get_function(*args, **kwargs):
"""
Expand Down Expand Up @@ -45,7 +44,6 @@ def get_transform_coordinates(*args, **kwargs):


class SineWave(FunctionHolder):

@staticmethod
def get_function(
w: float, amplitude: float, wavelength: float, phase: float
Expand Down

0 comments on commit 37db051

Please sign in to comment.