Skip to content

Commit c369201

Browse files
committed
MOD: Upgrade to Python 3.10 syntax
1 parent d7543cc commit c369201

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

databento/common/dbnstore.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
from io import BytesIO
1010
from os import PathLike
1111
from pathlib import Path
12-
from typing import (
13-
IO,
14-
TYPE_CHECKING,
15-
Any,
16-
Callable,
17-
overload,
18-
)
12+
from typing import IO, TYPE_CHECKING, Any, Callable, overload
1913

2014
import databento_dbn
2115
import numpy as np

0 commit comments

Comments
 (0)