ser2net icon indicating copy to clipboard operation
ser2net copied to clipboard

Fix Sequence isinstance check on python3.10

Open jameshilliard opened this issue 3 years ago • 0 comments

Importing Sequence directly from collections was deprecated in python3.10.

Fixes:

AttributeError: module 'collections' has no attribute 'Sequence'

jameshilliard avatar Oct 06 '22 04:10 jameshilliard