diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 582244a..d073015 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,3 @@ jobs: run: python main.py - name: Run tests run: pytest tests/ - \ No newline at end of file diff --git a/core/utils/utils.py b/core/utils/utils.py index 0157f2c..a293e05 100644 --- a/core/utils/utils.py +++ b/core/utils/utils.py @@ -20,10 +20,7 @@ def get_colour() -> int: async def send_embed( - channel: disnake.abc.Messageable, - title: str, - description: str = None, - **kwargs + channel: disnake.abc.Messageable, title: str, description: str = None, **kwargs ) -> disnake.Message: from core.context import Context diff --git a/pyproject.toml b/pyproject.toml index 8c4eaa6..75fc7c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [tool.ruff] ignore = [ "F401" -] \ No newline at end of file +]