Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Fix internal use of WCS class
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 2, 2016
1 parent a2eb80f commit 7d8e66b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wcsaxes/tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
from astropy.io import fits
from astropy.tests.helper import pytest
from astropy.tests.helper import remote_data
from astropy.wcs import WCS

from ..rc_utils import rc_context

from .. import datasets, WCS, WCSAxes
from .. import datasets, WCSAxes


class BaseImageTests(object):
Expand Down

0 comments on commit 7d8e66b

Please sign in to comment.