Skip to content

Commit

Permalink
Add py.typed to gradio backend (#6455)
Browse files Browse the repository at this point in the history
* comment out classes in templates TWICE
see #6396 for details

* add py.typed to hatch artifacts

* add py.typed to gitignore

* create py.typed in type_check_backend

* add changeset

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 16, 2023
1 parent d00fcf8 commit 179f5bc
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 244 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-cities-build.md
@@ -0,0 +1,5 @@
---
"gradio": patch
---

feat:Add py.typed to gradio backend
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -9,7 +9,7 @@ __pycache__/
build/
__tmp/*
*.pyi

py.typed

# JS build
gradio/templates/*
Expand Down

0 comments on commit 179f5bc

Please sign in to comment.