Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 16, 2023
1 parent 1b8bf45 commit 306f456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manim_slides/present/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(
self.config.keys.REPLAY.connect(self.replay)
self.config.keys.FULL_SCREEN.connect(self.full_screen)
self.config.keys.HIDE_MOUSE.connect(self.hide_mouse)
#self.config.keys.PREVIOUS_REVERSE.connect(self.previous_reverse)
# self.config.keys.PREVIOUS_REVERSE.connect(self.previous_reverse)

self.dispatch = self.config.keys.dispatch_key_function()

Expand Down Expand Up @@ -342,7 +342,7 @@ def previous_reverse(self) -> None:
position = self.media_player.position()
self.media_player.setPlaybackRate(-1.0)
self.media_player.setPosition(position)

Check warning on line 344 in manim_slides/present/player.py

View check run for this annotation

Codecov / codecov/patch

manim_slides/present/player.py#L342-L344

Added lines #L342 - L344 were not covered by tests
#self.load_reversed_slide()
# self.load_reversed_slide()

@Slot()
def replay(self) -> None:
Expand Down

0 comments on commit 306f456

Please sign in to comment.