Skip to content

Commit 4f04992

Browse files
authored
build: Restore py.typed so that our code exports with typing info (#493)
1 parent 3127fd1 commit 4f04992

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/openedx_content/py.typed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# The presence of this file tells Python that this entire package includes type information.
2+

src/openedx_django_lib/py.typed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# The presence of this file tells Python that this entire package includes type information.
2+

0 commit comments

Comments
 (0)