From 37db0515ac892e591840e96dcf1c0951594d8a2c Mon Sep 17 00:00:00 2001 From: VsevolodX <79542055+VsevolodX@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:36:06 -0700 Subject: [PATCH] chore: run lint fix --- src/py/mat3ra/made/tools/utils/helpers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/py/mat3ra/made/tools/utils/helpers.py b/src/py/mat3ra/made/tools/utils/helpers.py index 17e2aad8..aba85dd3 100644 --- a/src/py/mat3ra/made/tools/utils/helpers.py +++ b/src/py/mat3ra/made/tools/utils/helpers.py @@ -10,7 +10,6 @@ class FunctionHolder(BaseModel): - @staticmethod def get_function(*args, **kwargs): """ @@ -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