Skip to content

Commit

Permalink
MAINT: sorting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Oct 9, 2022
1 parent 6a45586 commit 8c5f69a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rocketpy/Flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
__copyright__ = "Copyright 20XX, RocketPy Team"
__license__ = "MIT"

from logging import warning
import math
import time
import warnings
from functools import cached_property

import matplotlib.pyplot as plt
Expand All @@ -17,7 +17,6 @@
from scipy import integrate

from .Function import Function
import warnings


class Flight:
Expand Down

0 comments on commit 8c5f69a

Please sign in to comment.