Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klopsahlong committed Oct 7, 2024
1 parent 8e13377 commit 01a7075
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/coding/hackercup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import asyncio
import multiprocessing
import concurrent.futures
from typing import List, Optional
from typing import Optional
import os
import sys
import traceback
import multiprocessing

"""
Note that this code is largely based off of the code here:
Expand Down Expand Up @@ -37,7 +36,6 @@ def extract_code(code_str):
return code.strip()


import traceback


def run_with_timeout(code: str, input: Optional[str], timeout: int):
Expand Down

0 comments on commit 01a7075

Please sign in to comment.