Skip to content

Commit fe94b35

Browse files
committed
Remove unnecessary using <package> definitions from tests
1 parent 16a6c3b commit fe94b35

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/Collision/BouncingSphere.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module BouncingSphereSimulation
33
# Simulate bouncing sphere with CVODE_BDF, QBDF, Tsit5
44

55
using Modia
6-
using Modia.DifferentialEquations
6+
77

88
BouncingSphere = Model(
99
boxHeigth = 0.1,

test/Collision/BouncingSphere2.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ module BouncingSphere2
22

33
# Simulate bouncing sphere with CVODE_BDF, QBDF, Tsit5
44

5-
using ModiaLang
6-
import Modia3D
7-
using Modia3D.ModiaInterface
8-
using DifferentialEquations
5+
using Modia
96

107
BouncingSphere = Model(
118
boxHeigth = 0.1,

0 commit comments

Comments
 (0)