Skip to content

Commit

Permalink
Fix missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 19, 2017
1 parent 446b523 commit 70af4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fact/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1
4 changes: 2 additions & 2 deletions fact/coordinates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__all__ = [
'CameraCoordinate',
'equatorial_to_camera',
'camera_to_equatorial'
'camera_to_equatorial',
'horizontal_to_camera',
'camera_to_horizontal'
'camera_to_horizontal',
]

0 comments on commit 70af4ea

Please sign in to comment.