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 Jun 13, 2024
1 parent b796d84 commit 5ff3005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/moscot/base/problems/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
)

import cloudpickle
from docstring_inheritance import NumpyDocstringInheritanceMeta

import numpy as np
import pandas as pd
Expand All @@ -39,7 +40,7 @@
)
from moscot.base.solver import OTSolver
from moscot.utils.tagged_array import Tag, TaggedArray
from docstring_inheritance import NumpyDocstringInheritanceMeta

__all__ = ["BaseProblem", "OTProblem"]


Expand Down

0 comments on commit 5ff3005

Please sign in to comment.