Skip to content

Commit a8aef59

Browse files
STY: make format
1 parent 8040ea1 commit a8aef59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rocketpy/mathutils/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from bisect import bisect_left
1111
from collections.abc import Iterable
1212
from copy import deepcopy
13+
from enum import Enum
1314
from functools import cached_property
1415
from inspect import signature
1516
from pathlib import Path
16-
from enum import Enum
1717

1818
import matplotlib.pyplot as plt
1919
import numpy as np

tests/integration/test_environment_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import matplotlib as plt
66
import pytest
7+
78
from rocketpy import Environment
89

910
plt.rcParams.update({"figure.max_open_warning": 0})

0 commit comments

Comments
 (0)