Skip to content

Commit

Permalink
#320 tidy import lines in test
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Oct 14, 2024
1 parent 815503b commit 6b5da16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/fparser/two/tests/fortran2008/test_stop_code_r857.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@
"""

import pytest
from fparser.two.utils import NoMatchError
from fparser.two import Fortran2003, utils
from fparser.two.Fortran2008 import Stop_Code

from fparser.api import get_reader
from fparser.two.utils import NoMatchError, walk
from fparser.two import Fortran2003, utils
from fparser.two.Fortran2008 import Stop_Code


@pytest.mark.usefixtures("f2008_create")
Expand Down

0 comments on commit 6b5da16

Please sign in to comment.