Skip to content

Commit abd5ca5

Browse files
committed
Fix code style issues with Black
1 parent 44eb8f2 commit abd5ca5

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

tests/conftest.py

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@
44
import numpy as np
55
import pytest
66

7-
from rocketpy import (CylindricalTank, Environment, EnvironmentAnalysis,
8-
Flight, Fluid, Function, GenericMotor, HybridMotor,
9-
LevelBasedTank, LiquidMotor, MassBasedTank, NoseCone,
10-
Parachute, RailButtons, Rocket, SolidMotor,
11-
SphericalTank, Tail, TrapezoidalFins, UllageBasedTank)
7+
from rocketpy import (
8+
CylindricalTank,
9+
Environment,
10+
EnvironmentAnalysis,
11+
Flight,
12+
Fluid,
13+
Function,
14+
GenericMotor,
15+
HybridMotor,
16+
LevelBasedTank,
17+
LiquidMotor,
18+
MassBasedTank,
19+
NoseCone,
20+
Parachute,
21+
RailButtons,
22+
Rocket,
23+
SolidMotor,
24+
SphericalTank,
25+
Tail,
26+
TrapezoidalFins,
27+
UllageBasedTank,
28+
)
1229

1330
# Pytest configuration
1431

0 commit comments

Comments
 (0)