Verified Commit 848cb9b2 authored by Jakob Moser's avatar Jakob Moser
Browse files

Reformat file

parent 0f413113
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -71,7 +71,9 @@ class Director:
            return

        # This is how long we already presented the scene
        elapsed_presentation_time = self._last_card_removed_at - self._last_card_placed_at
        elapsed_presentation_time = (
            self._last_card_removed_at - self._last_card_placed_at
        )
        # This is how long we want to present the scene
        minimum_presentation_time = 3