🐶 fix indent

This commit is contained in:
Ondřej Samohel 2024-11-30 01:26:30 +01:00
parent c9d4716dfa
commit 5c8d11198a
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -82,13 +82,13 @@ def test_sequence_validations() -> None:
# do the same but set handles as exclusive
representation = Representation(name="test_3", traits=[
FileLocations(file_paths=[
FileLocation(
file_path=Path(f"/path/to/file.{frame}.exr"),
file_size=1024,
file_hash=None,
)
for frame in range(996, 1105 + 1) # because range is zero based
]),
FileLocation(
file_path=Path(f"/path/to/file.{frame}.exr"),
file_size=1024,
file_hash=None,
)
for frame in range(996, 1105 + 1) # because range is zero based
]),
Handles(
frame_start_handle=5,
frame_end_handle=5,