change 'representations' attribute on loader plugin to 'set'

This commit is contained in:
Jakub Trllo 2024-04-09 17:23:45 +02:00
parent c650e411c9
commit 17e7c9ff00

View file

@ -24,7 +24,7 @@ class LoaderPlugin(list):
"""
product_types = set()
representations = []
representations = set()
extensions = {"*"}
order = 0
is_multiple_contexts_compatible = False