Skip to content

Commit f727692

Browse files
committed
Remove unused imports and global defines
1 parent 3a5697a commit f727692

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_inverse_kinematics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import math
21
import os
32
from timeit import default_timer as timer
43

@@ -10,8 +9,6 @@
109
import pybullet as p
1110
import pybullet_data
1211

13-
TEST_DIR = os.path.dirname(__file__)
14-
1512
visualize = True
1613

1714

0 commit comments

Comments
 (0)