Skip to content

Commit

Permalink
Fix ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Sep 2, 2024
1 parent 5cb398f commit bee2633
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/test_async_youtube_notifier.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""Contains the tests for the class AsyncYouTubeNotifier."""


import asyncio

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_youtube_notifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains the tests for the YouTube notifier class."""
"""Contains the tests for the class YouTubeNotifier."""
from datetime import UTC, datetime
from http import HTTPStatus

Expand Down
1 change: 0 additions & 1 deletion ytnoti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
from fastapi.routing import APIRoute
from httpx import AsyncClient
from pyngrok import ngrok
from pyngrok.exception import PyngrokNgrokHTTPError
from starlette.routing import Route
from uvicorn import Config, Server

Expand Down

0 comments on commit bee2633

Please sign in to comment.