Passed
Pull Request — master (#1929)
by
unknown
02:32
created

gammapy/background/__init__.py (4 issues)

1
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2
"""Background estimation and modeling methods."""
3
from .background_estimate import *
0 ignored issues
show
The usage of wildcard imports like background_estimate should generally be avoided.
Loading history...
4
from .ring import *
0 ignored issues
show
The usage of wildcard imports like ring should generally be avoided.
Loading history...
5
from .reflected import *
0 ignored issues
show
The usage of wildcard imports like reflected should generally be avoided.
Loading history...
6
from .phase import *
0 ignored issues
show
The usage of wildcard imports like phase should generally be avoided.
Loading history...
7