Skip to content

Commit 0b40b35

Browse files
committed
autopep8 action fixes
1 parent 7daaf93 commit 0b40b35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/w3d/helpers/compressed_animation.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ def get_time_coded_animation_channel(type_=0, random_interpolation=True):
6464
if type_ == 6:
6565
channel.vector_len = 4
6666
values = [get_quat(-.842, -0.002, -0.512, 0.171),
67-
get_quat(1, 0, 0, 0),
68-
get_quat(0.75, 0.433, 0.433, 0.250),
69-
get_quat(0.525, 0.592, 0.158, 0.592),
70-
get_quat(0.158, 0.592, 0.525, 0.592)]
67+
get_quat(1, 0, 0, 0),
68+
get_quat(0.75, 0.433, 0.433, 0.250),
69+
get_quat(0.525, 0.592, 0.158, 0.592),
70+
get_quat(0.158, 0.592, 0.525, 0.592)]
7171
else:
7272
channel.vector_len = 1
7373
values = [3.0, 3.5, 2.0, 1.0, -1.0]

0 commit comments

Comments
 (0)