Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Aug 22, 2023
1 parent e9f194b commit 995f34d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openquake/commonlib/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@

import logging
import functools
from unittest.mock import Mock
import numpy

from openquake.baselib import performance, parallel, hdf5, general
from openquake.hazardlib.source import rupture
from openquake.hazardlib import probability_map
from openquake.hazardlib.source.rupture import EBRupture, events_dt, get_eid_rlz
from openquake.hazardlib.source.rupture import events_dt, get_eid_rlz
from openquake.commonlib import util

TWO16 = 2 ** 16
Expand Down

0 comments on commit 995f34d

Please sign in to comment.