From 5ff30057d32c50e4f62132e2d6b1fa85c8654b66 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:10:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/moscot/base/problems/problem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/moscot/base/problems/problem.py b/src/moscot/base/problems/problem.py index 475309561..eb0a340de 100644 --- a/src/moscot/base/problems/problem.py +++ b/src/moscot/base/problems/problem.py @@ -14,6 +14,7 @@ ) import cloudpickle +from docstring_inheritance import NumpyDocstringInheritanceMeta import numpy as np import pandas as pd @@ -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"]