Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadAmine998 committed Jun 7, 2024
1 parent 27914b8 commit 1f4f3e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_cubic_spline.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import pathlib
import time
import unittest

import numpy as np
import os
import sys
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from f1tenth_gym.envs.track import cubic_spline

class TestCubicSpline(unittest.TestCase):
Expand Down

0 comments on commit 1f4f3e7

Please sign in to comment.