Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Mar 14, 2024
1 parent 6e778be commit 0216b69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/aircraft/test_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

from flyer_env.utils import Vector
from flyer_env.aircraft import TrackPoints
from flyer_env.utils import Vector

plt.rcParams.update({"text.usetex": True})

Expand Down
1 change: 1 addition & 0 deletions tests/envs/test_gym.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import gymnasium as gym
import pytest

import flyer_env

flyer_env.register_flyer_envs()
Expand Down
2 changes: 1 addition & 1 deletion tests/world/test_world.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pyflyer import Aircraft, World
import numpy as np
from PIL import Image
from pyflyer import Aircraft, World


def test_aircraft():
Expand Down

0 comments on commit 0216b69

Please sign in to comment.