From 811e313652a213e5c61f70118c6c8ff08d7f3187 Mon Sep 17 00:00:00 2001 From: 9qeklajc <9qeklajc> Date: Sun, 15 Jun 2025 21:09:24 +0200 Subject: [PATCH 1/2] format --- router/models.py | 2 +- tests/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/router/models.py b/router/models.py index 60b2b93e..b16bad3f 100644 --- a/router/models.py +++ b/router/models.py @@ -134,7 +134,7 @@ async def update_sats_pricing() -> None: except asyncio.CancelledError: break except Exception as e: - print('Error updating sats pricing: ', e) + print("Error updating sats pricing: ", e) try: await asyncio.sleep(10) except asyncio.CancelledError: diff --git a/tests/__init__.py b/tests/__init__.py index 0519ecba..e69de29b 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1 +0,0 @@ - \ No newline at end of file From 5351b05fc8333bf72eb05a2552b68ca0d96c26a3 Mon Sep 17 00:00:00 2001 From: 9qeklajc <9qeklajc> Date: Sun, 15 Jun 2025 21:13:56 +0200 Subject: [PATCH 2/2] format again --- tests/test_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_models.py b/tests/test_models.py index 99e14276..06bb4eb8 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -1,6 +1,7 @@ import asyncio from typing import Any from unittest.mock import AsyncMock, patch + import pytest from router.models import (