mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-09 14:04:36 +00:00
re-apply ruff TCH rules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from collections.abc import Iterable
|
||||
from datetime import timedelta
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import freezegun
|
||||
import pytest
|
||||
@@ -17,6 +17,9 @@ from counter.management.commands.dump_warning_mail import Command as WarningComm
|
||||
from counter.models import AccountDump, Customer, Refilling, Selling
|
||||
from subscription.models import Subscription
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from collections.abc import Iterable
|
||||
|
||||
|
||||
class TestAccountDump(TestCase):
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user