Skip to content

Commit df03c9d

Browse files
committed
Remove obsolete attributes from ReactPyApp
1 parent fbda6c5 commit df03c9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/reactpy/asgi/standalone.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class ReactPyApp:
5757
_cached_index_html = ""
5858
_etag = ""
5959
_last_modified = ""
60-
_templates_dir = Path(__file__).parent.parent / "templates"
61-
_index_html_path = _templates_dir / "index.html"
6260

6361
async def __call__(
6462
self,

0 commit comments

Comments
 (0)