Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 44d6ffc

Browse files
chore: Fix import order
1 parent 0479220 commit 44d6ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/billing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import re
33
from abc import ABC, abstractmethod
44
from datetime import datetime
5-
from dateutil.relativedelta import relativedelta
65

76
import stripe
7+
from dateutil.relativedelta import relativedelta
88
from django.conf import settings
99

1010
from billing.constants import REMOVED_INVOICE_STATUSES

0 commit comments

Comments
 (0)