Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
bstriner committed May 20, 2022
1 parent b660eff commit 6be5cca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/sagemaker_training/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from contextlib import contextmanager
import os
import re
import signal
import subprocess
import sys
import signal

import six

Expand Down
6 changes: 3 additions & 3 deletions test/unit/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
from __future__ import absolute_import

import asyncio
import multiprocessing
import os
import signal
import sys
import time
import multiprocessing

from mock import ANY, MagicMock, patch
import pytest

from sagemaker_training import environment, errors, process
from sagemaker_training.process import capture_signal
import signal


class AsyncMock(MagicMock):
Expand Down

0 comments on commit 6be5cca

Please sign in to comment.