We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea80cff commit 5c98d48Copy full SHA for 5c98d48
steam_sales/steam_etl/cleaner.py
@@ -289,7 +289,7 @@ def translate(text):
289
try:
290
lang = GoogleTranslator(source="auto", target="en").translate(text)
291
return lang
292
- except Exception as e:
+ except Exception:
293
return text
294
295
def process_categories_and_genres(self, df: pd.DataFrame) -> pd.DataFrame:
0 commit comments