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 Oct 23, 2024
1 parent 19d7f35 commit 9e069bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/problems/generic/test_fgw_problem.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Literal, Mapping
from typing import Any, Callable, Literal, Mapping

import pytest

Expand All @@ -9,7 +9,6 @@
from ott.solvers.linear import acceleration

from anndata import AnnData
from typing import Callable

from moscot._types import CostKwargs_t
from moscot.backends.ott._utils import alpha_to_fused_penalty
Expand Down

0 comments on commit 9e069bf

Please sign in to comment.