Skip to content

Commit

Permalink
Merge pull request astropy#102 from astrofrog/fix-imports
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
astrofrog committed Oct 24, 2014
2 parents 50c3f54 + 70301dd commit 99f392f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion astropy_helpers/sphinx/ext/tests/test_automodapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pytest

from . import *
from ....tests import *
from ....utils import iteritems

pytest.importorskip('sphinx') # skips these tests if sphinx not present
Expand Down
1 change: 0 additions & 1 deletion astropy_helpers/sphinx/ext/tests/test_automodsumm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pytest

from . import *
from ....tests import *
from ....utils import iteritems

pytest.importorskip('sphinx') # skips these tests if sphinx not present
Expand Down

0 comments on commit 99f392f

Please sign in to comment.