Skip to content

Commit

Permalink
feat!: changes related to python 3.12 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood committed Mar 14, 2024
1 parent 82b7d38 commit 426dd96
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 426dd96

Please sign in to comment.