Skip to content

Commit 8c5f69a

Browse files
MAINT: sorting imports
1 parent 6a45586 commit 8c5f69a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rocketpy/Flight.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
__copyright__ = "Copyright 20XX, RocketPy Team"
77
__license__ = "MIT"
88

9-
from logging import warning
109
import math
1110
import time
11+
import warnings
1212
from functools import cached_property
1313

1414
import matplotlib.pyplot as plt
@@ -17,7 +17,6 @@
1717
from scipy import integrate
1818

1919
from .Function import Function
20-
import warnings
2120

2221

2322
class Flight:

0 commit comments

Comments
 (0)