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