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

gammapy/datasets/__init__.py (2 issues)

1
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2
"""Access datasets.
3
"""
4
from .core import *
0 ignored issues
show
The usage of wildcard imports like core should generally be avoided.
Loading history...
5
from .load import *
0 ignored issues
show
The usage of wildcard imports like load should generally be avoided.
Loading history...
6