Skip to content

Commit b5160a8

Browse files
committed
Add deprecated decorator
1 parent 7c8e5b4 commit b5160a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

harp/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
from harp.io import REFERENCE_EPOCH, MessageType, read, to_buffer, to_file
22
from harp.reader import create_reader
33
from harp.schema import read_schema
4+
import warnings
5+
import functools
6+
47

58
__all__ = ["REFERENCE_EPOCH", "MessageType", "read", "to_buffer", "to_file", "create_reader", "read_schema"]

0 commit comments

Comments
 (0)