Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent c82203f commit 26bdb6c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/remu/binning.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""


from copy import deepcopy
from tempfile import TemporaryFile

Expand Down
1 change: 0 additions & 1 deletion src/remu/likelihood.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Module that deals with the calculations of likelihoods."""


import numpy as np
from scipy import optimize, stats
from scipy.misc import derivative
Expand Down
1 change: 0 additions & 1 deletion src/remu/matrix_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Utility functions for the work with response matrices."""


import numpy as np
from matplotlib import pyplot as plt
from scipy import stats
Expand Down
1 change: 0 additions & 1 deletion src/remu/migration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Module handling the creation and use of migration matrices."""


from copy import deepcopy
from warnings import warn

Expand Down
1 change: 0 additions & 1 deletion src/remu/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"""


from itertools import cycle

import numpy as np
Expand Down

0 comments on commit 26bdb6c

Please sign in to comment.