Skip to content

Commit

Permalink
Merge pull request #67 from keflavich/patch-2
Browse files Browse the repository at this point in the history
Small astropy 4.0 compatibility refactor
  • Loading branch information
astrofrog committed Nov 4, 2020
2 parents fb153fe + 3f56c05 commit 41dee15
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 41dee15

Please sign in to comment.