Clean up imports
Created by: Zaharid
Move
from collections import
to
from collections.abc import
since the former is deprecated (for no particularly good reason).
Also remove various unused imports.
Dear OCCAM's users, since late this afternoon we've been experiencing access problems on /archive Storage. That's why the ssh connections to the frontend hangs indefinitely. As soon as possible we'll try to diagnose this fault and solve it.
Created by: Zaharid
Move
from collections import
to
from collections.abc import
since the former is deprecated (for no particularly good reason).
Also remove various unused imports.