Skip to content

Commit eefe927

Browse files
Fix test that broke during rebase for #179
1 parent 1f40cbb commit eefe927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from contextlib import nullcontext as does_not_raise
44
from datetime import datetime, timedelta
55
from pathlib import Path
6-
from typing import List
6+
from typing import List, Optional
77
from unittest.mock import patch
88

99
import numpy as np

0 commit comments

Comments
 (0)