Skip to content

Commit

Permalink
feat: changes related to python 3.12 upgrade (#4289)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Faraz  Maqsood <[email protected]>
  • Loading branch information
Faraz32123 and Muhammad Faraz Maqsood authored Mar 17, 2024
1 parent 37c7b47 commit 73d9c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course_discovery/apps/catalogs/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from collections import Iterable # lint-amnesty, pylint: disable=deprecated-class, no-name-in-module
from collections.abc import Iterable

from django.db import models
from django.utils.translation import gettext_lazy as _
Expand Down

0 comments on commit 73d9c34

Please sign in to comment.