Skip to content
Snippets Groups Projects
Commit bb3a6980 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Removed obsolete import

parent 82f604ec
No related branches found
No related tags found
1 merge request!230Resolve "PEP8 Imports"
Pipeline #33593 failed
......@@ -2,8 +2,9 @@ from __future__ import division
import numpy as np
import pandas as pd
from ..core.utils import logger, solar_mass
from ..core.prior import DeltaFunction
try:
from astropy.cosmology import z_at_value, Planck15
import astropy.units as u
......@@ -17,7 +18,6 @@ except ImportError:
logger.warning("You do not have lalsuite installed currently. You will"
" not be able to use some of the prebuilt functions.")
from ..core.prior import DeltaFunction
def redshift_to_luminosity_distance(redshift):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment