From a4dd16ed3663d1db5d96445407b4740d190a0faa Mon Sep 17 00:00:00 2001 From: Riley Shaw <30989490+ShineyDev@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:51:14 +0000 Subject: [PATCH] whoops --- github/interfaces/starrable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/github/interfaces/starrable.py b/github/interfaces/starrable.py index 8aed1091..6037845f 100644 --- a/github/interfaces/starrable.py +++ b/github/interfaces/starrable.py @@ -4,7 +4,6 @@ if TYPE_CHECKING: from typing_extensions import Self - from github.core.http import HTTPClient from github.connection import Connection, StargazerOrder from github.interfaces import Node from github.user import User