Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
7bcf126
1
Parent(s): c31b3b1
Remove unused variable assignment in process method to enhance clarity
Browse files- classes/response_seo.py +1 -1
classes/response_seo.py
CHANGED
|
@@ -162,7 +162,7 @@ class Seo:
|
|
| 162 |
st.session_state['others'] = ''
|
| 163 |
st.session_state['df_traffic'] = ''
|
| 164 |
st.session_state['df_seo'] = ''
|
| 165 |
-
|
| 166 |
except Exception as e:
|
| 167 |
pass
|
| 168 |
st.session_state['analyzing'] = False
|
|
|
|
| 162 |
st.session_state['others'] = ''
|
| 163 |
st.session_state['df_traffic'] = ''
|
| 164 |
st.session_state['df_seo'] = ''
|
| 165 |
+
|
| 166 |
except Exception as e:
|
| 167 |
pass
|
| 168 |
st.session_state['analyzing'] = False
|