From 868146af52d98dd3c4c947cb9b2b2a241d5f3fcc Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 20 Oct 2023 16:43:30 -0600 Subject: [PATCH] Removal of depreciation --- awesome_table/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awesome_table/__init__.py b/awesome_table/__init__.py index c53bb13..c6de253 100644 --- a/awesome_table/__init__.py +++ b/awesome_table/__init__.py @@ -1,6 +1,5 @@ import os import pandas as pd -from pandas.io.json import json_normalize import streamlit as st from typing import List import streamlit.components.v1 as components