Skip to content

Commit

Permalink
STY: solve pylint remarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmbressan committed Sep 22, 2024
1 parent 3afc71a commit d61f237
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion rocketpy/mathutils/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from inspect import signature
from pathlib import Path

import dill
import matplotlib.pyplot as plt
import numpy as np
from scipy import integrate, linalg, optimize
Expand Down
2 changes: 0 additions & 2 deletions tests/fixtures/hybrid/hybrid_fixtures.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from math import exp

import numpy as np
import pytest

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import pytest

from rocketpy import Environment, Flight
from rocketpy import Flight

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

Expand Down

0 comments on commit d61f237

Please sign in to comment.