Skip to content

Commit

Permalink
respond to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 14, 2018
1 parent 128406b commit 52ae43d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ properties:


additionalProperties: false
requiredProperties: [frame_attributes]
required: [frame_attributes]
...
1 change: 0 additions & 1 deletion astropy/io/misc/asdf/tags/coordinates/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
class RepresentationType(AstropyType):
name = "coordinates/representation"
types = [BaseRepresentationOrDifferential]
requires = ['astropy']
version = "1.0.0"

_representation_module = astropy.coordinates.representation
Expand Down

0 comments on commit 52ae43d

Please sign in to comment.