Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
martahan committed Feb 20, 2025
1 parent e10a4b1 commit 8c0c92b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions seismostats/catalogs/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
from seismostats.utils import (_check_required_cols, _render_template,
require_cols)
from seismostats.utils.binning import bin_to_precision
from seismostats.plots import (plot_in_space, plot_cum_count,
plot_mags_in_time, plot_cum_fmd,
plot_fmd, plot_mc_vs_b)
from seismostats.plots.seismicity import plot_in_space
from seismostats.plots.basics import (plot_cum_count, plot_mags_in_time,
plot_cum_fmd, plot_fmd)
from seismostats.plots.statistical import plot_mc_vs_b
import matplotlib.pyplot as plt
import cartopy

Expand Down

0 comments on commit 8c0c92b

Please sign in to comment.