Skip to content

Commit 08df86a

Browse files
committed
export LpdbDataType
1 parent 398c60d commit 08df86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lpdb/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import requests
2020

21-
__all__ = ["LpdbError", "LpdbWarning", "LpdbSession"]
21+
__all__ = ["LpdbDataType", "LpdbError", "LpdbWarning", "LpdbSession"]
2222

2323
type LpdbDataType = Literal[
2424
"broadcasters",

0 commit comments

Comments
 (0)