Skip to content

Commit

Permalink
[build] Fix formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Apr 29, 2024
1 parent 4fbb0f1 commit f203691
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dvr_scan/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ def __init__(self, frame: np.ndarray, initial_shapes: ty.Optional[ty.List[ty.Lis
self._rescale()
self._settings = SelectionWindowSettings()
self._video_path = video_path
# Add initial history point for undo.
self._commit()
self._commit() # Add initial history point for undo.

@property
def shapes(self) -> ty.Iterable[ty.Iterable[Point]]:
Expand Down

0 comments on commit f203691

Please sign in to comment.