Skip to content

Update collections import to support Python 3.10

kr0p07k1n requested to merge kr0p07k1n/gst-devtools:python310_fix into master

gst-devtools currently raise the following error when using Python 3.10:

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

These change fix this issue.

Merge request reports