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 Jun 14, 2024
2 parents b9d0315 + ac17f8e commit 7969f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simba/labelling/labelling_advanced_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
from simba.mixins.config_reader import ConfigReader
from simba.utils.checks import check_file_exist_and_readable, check_int
from simba.utils.enums import Formats, Options, TagNames
from simba.utils.errors import AdvancedLabellingError, FrameRangeError, NoDataError
from simba.utils.errors import (AdvancedLabellingError, FrameRangeError,
NoDataError)
from simba.utils.printing import log_event, stdout_success
from simba.utils.read_write import (get_all_clf_names, get_fn_ext,
get_video_meta_data, read_config_entry,
Expand Down

0 comments on commit 7969f81

Please sign in to comment.