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 6333914 commit ae33dd2Copy full SHA for ae33dd2
tests/unit/test_import.py
@@ -0,0 +1,7 @@
1
+import sagemaker
2
+from sagemaker import base_serializers
3
+
4
5
+def test_import():
6
+ base_serializers.BaseSerializer()
7
+ sagemaker.Session()
0 commit comments