Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer #98

Merged
merged 16 commits into from
Aug 14, 2024
Prev Previous commit
Next Next commit
🎨 remove duplicate and format
Henry committed Jun 20, 2024
commit 7045e57f74ac978fd1f6654096b733852873be85
4 changes: 0 additions & 4 deletions src/move/conf/schema.py
Original file line number Diff line number Diff line change
@@ -28,10 +28,6 @@ class InputConfig:
name: str
weight: int = 1

@dataclass
class ContinuousInputConfig(InputConfig):
scale: bool = True


@dataclass
class ContinuousInputConfig(InputConfig):