Skip to content

Commit

Permalink
isorts on _legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Oct 17, 2024
1 parent 3471bf9 commit 3b6657a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/_legacy/backends/run_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import io
import typing as t

import numpy as np
import torch
import torch.nn as nn
import torch.nn.functional as F
import typing as t
from smartredis import Client


Expand Down
5 changes: 2 additions & 3 deletions tests/_legacy/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,20 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import typing as t
from uuid import uuid4

import numpy as np
import pytest
import typing as t

from smartsim import Experiment
from smartsim._core.control.manifest import LaunchedManifestBuilder
from smartsim._core.launcher.step import SbatchStep, SrunStep

from smartsim.builders import Ensemble
from smartsim.entity import Application

from smartsim.error import EntityExistsError, SSUnsupportedError
from smartsim.settings import RunSettings, SbatchSettings, SrunSettings

# from smartsim.settings.mpiSettings import

_BaseMPISettings = t.Any
Expand Down

0 comments on commit 3b6657a

Please sign in to comment.