Skip to content

Commit

Permalink
order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Sep 22, 2023
1 parent 9807e0d commit 0325dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oda_api/gallery_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from . import plot_tools

from datetime import datetime
from astropy.coordinates import Angle, SkyCoord
from astropy import units as u
from astropy.coordinates import Angle, SkyCoord
import numpy as np

import logging
Expand Down

0 comments on commit 0325dd4

Please sign in to comment.