From 2b8aa48221bc5cc89378570da426550011c250e1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:15:34 +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/_mixins.py | 3 --- src/moscot/problems/time/_mixins.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/moscot/base/problems/_mixins.py b/src/moscot/base/problems/_mixins.py index 75570df12..d1788c028 100644 --- a/src/moscot/base/problems/_mixins.py +++ b/src/moscot/base/problems/_mixins.py @@ -4,16 +4,13 @@ from typing import ( TYPE_CHECKING, Any, - Dict, Generic, Iterable, - List, Literal, Mapping, Optional, Protocol, Sequence, - Tuple, Union, ) diff --git a/src/moscot/problems/time/_mixins.py b/src/moscot/problems/time/_mixins.py index f2ee7068f..b10417660 100644 --- a/src/moscot/problems/time/_mixins.py +++ b/src/moscot/problems/time/_mixins.py @@ -6,16 +6,13 @@ from typing import ( TYPE_CHECKING, Any, - Dict, Iterable, Iterator, - List, Literal, Mapping, Optional, Protocol, Sequence, - Tuple, Union, )