Skip to content

Commit cc258c1

Browse files
committed
Linting
1 parent c09c573 commit cc258c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

harp/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
from typing import Callable, Iterable, Mapping, Optional, Protocol, Union
1010

1111
import requests
12-
from typing_extensions import deprecated
1312
from numpy import dtype
1413
from pandas import DataFrame, Series
1514
from pandas._typing import Axes
15+
from typing_extensions import deprecated
1616

1717
from harp.io import MessageType, read
1818
from harp.model import BitMask, GroupMask, Model, PayloadMember, Register

0 commit comments

Comments
 (0)