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

Fixed PEP8 issues

parent 4715d680
No related branches found
No related tags found
1 merge request!230Resolve "PEP8 Imports"
......@@ -13,8 +13,7 @@ from scipy.special import erf, erfinv
# Keep import bilby statement, it is necessary for some eval() statements
import bilby # noqa
from . import utils import logger, infer_args_from_method
from .utils import logger
from .utils import logger, infer_args_from_method
class PriorDict(OrderedDict):
......
from __future__ import absolute_import, print_function
from collections import OrderedDict
import inspect
import numpy as np
......
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