Skip to content

Commit

Permalink
delete unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jun 5, 2024
1 parent 9d432f6 commit 043f72f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions seismostats/plots/basics.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import warnings

# Own functions
from seismostats.utils.binning import get_cum_fmd, get_fmd
from seismostats.utils._config import get_option


def gutenberg_richter(
Expand Down

0 comments on commit 043f72f

Please sign in to comment.