Skip to content

Commit

Permalink
Fix DB import
Browse files Browse the repository at this point in the history
  • Loading branch information
soleti authored and bpalmeiro committed Feb 15, 2023
1 parent 069bf4d commit 00323e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invisible_cities/core/fit_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from . import core_functions as coref
from . stat_functions import poisson_sigma
from .. evm.ic_containers import FitFunction
from .. database.load_db import DB
from .. database import load_db as DB
from .. types.ic_types import FitPar
from .. types.ic_types import FitResult
from .. types.ic_types import NN
Expand Down

0 comments on commit 00323e2

Please sign in to comment.