Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 13, 2024
1 parent 6031509 commit 1ef31ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lazy_github/lib/github/client.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
from collections.abc import Coroutine
from typing import Any, Optional
from typing import Optional

import hishel
from httpx import URL, Response
from httpx._types import HeaderTypes, QueryParamTypes

from lazy_github.lib.config import Config
from lazy_github.lib.constants import JSON_CONTENT_ACCEPT_TYPE
from lazy_github.lib.github.auth import token
from lazy_github.models.github import User


Expand Down

0 comments on commit 1ef31ab

Please sign in to comment.