Skip to content

Commit

Permalink
Import from collections.abc to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg authored Apr 13, 2019
1 parent c040a96 commit ff5b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotty_dict/dotty_dict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from collections import Mapping
from collections.abc import Mapping

__author__ = 'Paweł Zadrożny'
__copyright__ = 'Copyright (c) 2017, Paweł Zadrożny'
Expand Down

0 comments on commit ff5b178

Please sign in to comment.