Skip to content

Commit

Permalink
modernize with collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Jun 9, 2020
1 parent 8f70c75 commit 7e3f6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smrt/core/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

import copy
from collections import Sequence
from collections.abc import Sequence
import numpy as np
from ..core.globalconstants import C_SPEED

Expand Down

0 comments on commit 7e3f6eb

Please sign in to comment.