Skip to content

Commit

Permalink
fix: import typeddict from extensions (#17823)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Dec 20, 2021
1 parent 61a6aa0 commit 0199104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/dashboards/filter_state/commands/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from typing import TypedDict
from typing_extensions import TypedDict


class Entry(TypedDict):
Expand Down

0 comments on commit 0199104

Please sign in to comment.