Skip to content

Commit d50d99f

Browse files
committed
pyaml added missed import
Signed-off-by: syaakov <[email protected]>
1 parent 2a6be0d commit d50d99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/external_libs/pyyaml-3.11/python3/yaml/constructor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .error import *
66
from .nodes import *
77

8-
import collections, datetime, base64, binascii, re, sys, types
8+
import collections, collections.abc, datetime, base64, binascii, re, sys, types
99

1010
class ConstructorError(MarkedYAMLError):
1111
pass

0 commit comments

Comments
 (0)