Skip to content

Commit

Permalink
Fix deprecated import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kaiser committed Jan 29, 2020
1 parent ffdfd2e commit 3c65dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotti/security.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from collections import MutableMapping
from collections.abc import MutableMapping
from contextlib import contextmanager
from datetime import datetime
from typing import Dict
Expand Down

0 comments on commit 3c65dfe

Please sign in to comment.