Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Nov 5, 2024
2 parents 00a8c1c + bc58b62 commit d2a5271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/plotting/tools/tkinter_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from PIL import Image as Img
from PIL import ImageTk

from simba.utils.warnings import FrameRangeWarning
from simba.utils.errors import FrameRangeError
from simba.utils.read_write import get_video_meta_data
from simba.utils.warnings import FrameRangeWarning

PADDING = 5
MAX_SIZE = (1080, 650)
Expand Down

0 comments on commit d2a5271

Please sign in to comment.