We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c23356 commit 3da96e9Copy full SHA for 3da96e9
test-data/stdlib-samples/3.2/random.py
@@ -41,7 +41,7 @@
41
from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
42
from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
43
from os import urandom as _urandom
44
-from collections import Set as _Set, Sequence as _Sequence
+from collections.abc import Set as _Set, Sequence as _Sequence
45
from hashlib import sha512 as _sha512
46
47
from typing import (
0 commit comments