From 83514c453eb9b7e773b18f2ac2645b3a6f56a9ae Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 27 Jan 2026 15:48:26 -0500 Subject: [PATCH] fix(ci): remove unused import --- scrapers/codechef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/codechef.py b/scrapers/codechef.py index c9e402c..0687c1e 100644 --- a/scrapers/codechef.py +++ b/scrapers/codechef.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 + import asyncio import json import re -import sys from typing import Any import httpx