Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Sep 14, 2024
1 parent e51ed92 commit e437ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/calculators/preclassical.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from openquake.baselib.general import AccumDict, groupby, block_splitter
from openquake.hazardlib.contexts import read_cmakers
from openquake.hazardlib.geo.surface.multi import build_secparams
from openquake.hazardlib.source.point import grid_point_sources, msr_name
from openquake.hazardlib.source.point import grid_point_sources
from openquake.hazardlib.source.base import get_code2cls
from openquake.hazardlib.sourceconverter import SourceGroup
from openquake.hazardlib.calc.filters import (
Expand Down

0 comments on commit e437ecc

Please sign in to comment.