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

gammapy/background/__init__.py (1 issue)

1
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2
"""Background estimation and modeling methods."""
3
from .background_estimate import *
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 *
6
from .phase import *
7