Skip to content

Commit a863c92

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

payments/models.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from __future__ import annotations
22

3-
import logging
4-
import enum
53
import json
6-
from typing import Iterable
4+
import logging
5+
from collections.abc import Iterable
76
from uuid import uuid4
87

98
from django.db import models

0 commit comments

Comments
 (0)