Skip to content

Commit

Permalink
Small astropy 4.0 compatibility refactor
Browse files Browse the repository at this point in the history
change `from astropy.extern import six` to `import six`
  • Loading branch information
keflavich authored Jan 13, 2020
1 parent fb153fe commit 3f56c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedfitter/sed/cube.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import abc
import numpy as np
import six

from astropy import units as u
from astropy.io import fits
from astropy.extern import six
from astropy.table import Table

from ..utils.validator import validate_scalar, validate_array
Expand Down

0 comments on commit 3f56c05

Please sign in to comment.