Skip to content

Commit 49879d8

Browse files
Fix import order
1 parent 7f7b472 commit 49879d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hendrics/efsearch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525

2626
from astropy import log
2727
from astropy.logger import AstropyUserWarning
28-
from astropy.table import Table
28+
from astropy.table import Table, vstack
2929
from astropy.utils.introspection import minversion
30-
from astropy.table import vstack
3130

3231
from .base import (
3332
HENDRICS_STAR_VALUE,

0 commit comments

Comments
 (0)