From eff7c1f968ebc6cb0f27a3d6ce38aad3e8f00f55 Mon Sep 17 00:00:00 2001 From: involution Date: Tue, 19 Nov 2024 06:22:01 -0500 Subject: [PATCH] s --- nvchecker_source/github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nvchecker_source/github.py b/nvchecker_source/github.py index b27c9e8..37fcf73 100644 --- a/nvchecker_source/github.py +++ b/nvchecker_source/github.py @@ -5,6 +5,7 @@ import time from urllib.parse import urlencode, parse_qs, urlparse from typing import List, Tuple, Union, Optional import asyncio +from nvchecker.api import KeyManager import structlog