Skip to content

Commit d4c4ed4

Browse files
committed
fix: flake8 failure
1 parent 54dde1e commit d4c4ed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/session_settings.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# language governing permissions and limitations under the License.
1313
"""Defines classes to parametrize a SageMaker ``Session``."""
1414

15+
from __future__ import absolute_import
16+
1517

1618
class SessionSettings(object):
1719
"""Optional container class for settings to apply to a SageMaker session."""

0 commit comments

Comments
 (0)