Skip to content

Commit b7e0ca9

Browse files
committed
Fix typing import location
1 parent 6b3275b commit b7e0ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shiny/_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
import sys
1111
import types
1212
from pathlib import Path
13-
from typing import Any, NotRequired, Optional, TypedDict
13+
from typing import Any, Optional
1414

1515
import click
1616
import uvicorn
1717
import uvicorn.config
18+
from _typing_extensions import NotRequired, TypedDict
1819

1920
import shiny
2021

0 commit comments

Comments
 (0)