Skip to content
Snippets Groups Projects
Commit 827cff28 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: resolve deprecation for collections module

parent a2b1e848
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ import os ...@@ -30,7 +30,7 @@ import os
import random import random
import sys import sys
import tempfile import tempfile
from collections import Iterable from collections.abc import Iterable
from subprocess import call from subprocess import call
from . import (BOOLEAN, DATETIME, DOUBLE, FILE, INTEGER, REFERENCE, TEXT, from . import (BOOLEAN, DATETIME, DOUBLE, FILE, INTEGER, REFERENCE, TEXT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment