From 0325dd4f2dfcdf5873f827fce9b7e8d391d4bc2b Mon Sep 17 00:00:00 2001 From: burnout87 Date: Fri, 22 Sep 2023 10:57:38 +0200 Subject: [PATCH] order of imports --- oda_api/gallery_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oda_api/gallery_api.py b/oda_api/gallery_api.py index 5fbb5324..9ec2d5f6 100644 --- a/oda_api/gallery_api.py +++ b/oda_api/gallery_api.py @@ -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