Skip to content

Commit

Permalink
Merge pull request #88 from oskarvanderwal/patch-2
Browse files Browse the repository at this point in the history
Fix deprecated way of importing MutableMapping
  • Loading branch information
jumelet committed Oct 13, 2022
2 parents 3e8bf30 + d4f0e10 commit 9a56370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnnose/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import cProfile
import io
import pstats
from collections import MutableMapping
from collections.abc import MutableMapping
from functools import wraps
from typing import Any, Callable, Dict

Expand Down

0 comments on commit 9a56370

Please sign in to comment.