Skip to content

Commit c47f9a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c4b29fa commit c47f9a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

weblate_web/crm/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import calendar
44
import math
5-
from collections.abc import Callable
65
from decimal import Decimal
76
from operator import attrgetter
87
from typing import TYPE_CHECKING, cast
@@ -27,6 +26,8 @@
2726
from .models import Interaction
2827

2928
if TYPE_CHECKING:
29+
from collections.abc import Callable
30+
3031
from django.http import HttpRequest
3132

3233
from weblate_web.payments.models import CustomerQuerySet

0 commit comments

Comments
 (0)