Skip to content

Commit

Permalink
fix: more corrections to init file
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthalwong committed Aug 6, 2024
1 parent 53c85b0 commit 3e58dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammapy_tools/make_background/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .background_models import BackgroundModelEstimator, Background3DModelEstimator
from .make_background import run_make_background, get_background_for_run
from .make_background import run_make_background, get_background_for_run,generate_background_from_run,write_index_files
from .prepare_data import prepare_dataset

__all__ = [
Expand Down

0 comments on commit 3e58dc2

Please sign in to comment.