Skip to content

Commit

Permalink
chore: remove wip code
Browse files Browse the repository at this point in the history
  • Loading branch information
castilloglenn committed Apr 14, 2024
1 parent cde2241 commit 736f4f4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dataflow_animation/animations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ def __init__(self, entity: Entity, information: Information, path: Path):
self.entity = entity
self.information = information
self.path = path


def animate(
collection,
*,
info: Information,
to: Entity,
path: Path = Path.LINEAR,
duration: int = 1000,
):
pass

0 comments on commit 736f4f4

Please sign in to comment.