hound fixes

This commit is contained in:
Jakub Jezek 2020-12-18 17:25:23 +01:00
parent abc60f3aae
commit ae608efdbc
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
5 changed files with 9 additions and 11 deletions

View file

@ -143,10 +143,10 @@ __all__ = [
"IniSettingRegistry",
"JSONSettingRegistry",
"PypeSettingsRegistry",
"timeit"
"timeit",
"is_overlapping_otio_ranges",
"otio_range_with_handles",
"convert_to_padded_path"
"otio_range_to_frame_range",
"convert_to_padded_path",
"otio_range_to_frame_range"
]