Skip to content

Commit 7f2f419

Browse files
committed
Merge branch 'add-collisions' of https://github.com/autobotx343/Python into add-collisions
2 parents b4c6e5d + befc379 commit 7f2f419

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

physics/collisions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ def type_collision(
126126

127127
if __name__ == "__main__":
128128
import doctest
129-
doctest.testmod()
129+
130+
doctest.testmod()

0 commit comments

Comments
 (0)