Skip to content

Commit 93b2e8d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1cb646d commit 93b2e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moscot/base/problems/_mixins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
List,
1111
Literal,
1212
Mapping,
13+
Optional,
1314
Protocol,
1415
Sequence,
1516
Tuple,
1617
Union,
17-
Optional
1818
)
1919

2020
import numpy as np

0 commit comments

Comments
 (0)