mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
🐶 fix indent
This commit is contained in:
parent
c9d4716dfa
commit
5c8d11198a
1 changed files with 7 additions and 7 deletions
|
|
@ -82,13 +82,13 @@ def test_sequence_validations() -> None:
|
||||||
# do the same but set handles as exclusive
|
# do the same but set handles as exclusive
|
||||||
representation = Representation(name="test_3", traits=[
|
representation = Representation(name="test_3", traits=[
|
||||||
FileLocations(file_paths=[
|
FileLocations(file_paths=[
|
||||||
FileLocation(
|
FileLocation(
|
||||||
file_path=Path(f"/path/to/file.{frame}.exr"),
|
file_path=Path(f"/path/to/file.{frame}.exr"),
|
||||||
file_size=1024,
|
file_size=1024,
|
||||||
file_hash=None,
|
file_hash=None,
|
||||||
)
|
)
|
||||||
for frame in range(996, 1105 + 1) # because range is zero based
|
for frame in range(996, 1105 + 1) # because range is zero based
|
||||||
]),
|
]),
|
||||||
Handles(
|
Handles(
|
||||||
frame_start_handle=5,
|
frame_start_handle=5,
|
||||||
frame_end_handle=5,
|
frame_end_handle=5,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue