Skip to content

Commit 8755006

Browse files
committed
Small pep8 typo
1 parent 532db90 commit 8755006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bindings/test_pool_arrays.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def setup(self):
290290
# Use integer instead of float to avoid floating point imprecision in comparisons
291291
self.vg = lambda c=None: Vector3(random.randint(0, 100)) if c is None else [Vector3(random.randint(0, 100)) for x in range(c)]
292292

293+
293294
# Extra tests
294295
class TestPoolVector3ArraySize:
295296
def test_size(self):

0 commit comments

Comments
 (0)