Skip to content

Commit

Permalink
[BUGFIX] Fix deprecation warning for importing from collections (#3228)
Browse files Browse the repository at this point in the history
* Fixed deprecation warning for importing from collections

* Added message to changelog.md

Co-authored-by: Chetan Kini <chetan@superconductive.com>
  • Loading branch information
ismaildawoodjee and cdkini committed Aug 17, 2021
1 parent caef49a commit 5b33a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Changelog
---

### Develop
* [BUGFIX] Fix deprecation warning for importing from collections (#3228)

### 0.13.28
* [FEATURE] Implement ColumnPairValuesInSet metric for PandasExecutionEngine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
import traceback
from collections import Iterable
from collections.abc import Iterable
from typing import Any, Dict, List, Tuple

import numpy as np
Expand Down

0 comments on commit 5b33a4c

Please sign in to comment.