Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
settwi committed Nov 26, 2024
1 parent e541400 commit e8e136e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/simultaneous_nustar_fit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"plt.style.use('nice.mplstyle')\n",
"\n",
"import numpy as np\n",
"import scipy.stats as st\n",
"\n",
"import yaff.fitting as fitting\n",
"from yaff import plotting as yap\n",
Expand Down
3 changes: 1 addition & 2 deletions yaff/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from matplotlib.figure import Figure
import numpy as np
import numpy.typing
from typing import Iterable
from yaff.fitting import BayesFitter, FitsEmceeMixin, Parameter, DataPacket
from yaff.fitting import BayesFitter, FitsEmceeMixin, Parameter


def plot_data_model(
Expand Down

0 comments on commit e8e136e

Please sign in to comment.