Skip to content

Commit 89da6b4

Browse files
committed
Update test_simulate.py
1 parent 1e88a2c commit 89da6b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_simulate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"""
88

99
import matplotlib.pyplot as plt
10-
from python_vehicle_simulator import *
10+
from python_vehicle_simulator.lib import *
1111
import python_vehicle_simulator.vehicles as vehicles
1212
import pytest
13-
import matplotlib.pyplot as plt
1413

1514
sampleTime = 0.02 # sample time
1615
N = 10000 # number of samples

0 commit comments

Comments
 (0)