Fix for linter
This commit is contained in:
parent
2759d5dc1f
commit
a1c07d2aac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
import http.client
|
||||
import json
|
||||
import time
|
||||
from typing import TYPE_CHECKING
|
||||
|
|
@ -12,6 +11,7 @@ from .youtube_objects import ChannelResult, SearchResult
|
|||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
import http.client
|
||||
import logging
|
||||
from .objects import HTTPHeaders
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue