Update utils/HFManager.py
Browse files- utils/HFManager.py +1 -2
utils/HFManager.py
CHANGED
|
@@ -87,5 +87,4 @@ def fetch_training_metrics_commits(repo_id: str, token: Optional[str] = None) ->
|
|
| 87 |
|
| 88 |
except Exception as e:
|
| 89 |
logging.error(f"Error fetching commits: {str(e)}")
|
| 90 |
-
return []
|
| 91 |
-
|
|
|
|
| 87 |
|
| 88 |
except Exception as e:
|
| 89 |
logging.error(f"Error fetching commits: {str(e)}")
|
| 90 |
+
return []
|
|
|