antofra10 commited on
Commit
75cec4b
·
1 Parent(s): b72dbd8

Format main.py with Ruff

Browse files
hopcroft_skill_classification_tool_competition/main.py CHANGED
@@ -195,6 +195,7 @@ async def predict_skills(issue: IssueInput) -> PredictionRecord:
195
 
196
  except Exception as e:
197
  import traceback
 
198
  traceback.print_exc()
199
  raise HTTPException(
200
  status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
 
195
 
196
  except Exception as e:
197
  import traceback
198
+
199
  traceback.print_exc()
200
  raise HTTPException(
201
  status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,