Skip to content

Commit

Permalink
Fix pour Python 3.10 #484
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehenry authored Dec 29, 2021
2 parents 12b347e + 71fde98 commit 2329d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aidants_connect_web/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
import operator
from collections import Collection
from collections.abc import Collection
from functools import reduce

from admin_honeypot.admin import LoginAttemptAdmin as HoneypotLoginAttemptAdmin
Expand Down
2 changes: 1 addition & 1 deletion aidants_connect_web/tests/factories.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from collections import Iterable
from collections.abc import Iterable

import factory
from datetime import timedelta
Expand Down

0 comments on commit 2329d41

Please sign in to comment.