Skip to content

Commit

Permalink
adding aws-parallelcluster to helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Oct 10, 2022
1 parent 89e0e33 commit ac8c5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions aws_pcluster_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@

from aws_pcluster_helpers.models.config import PClusterConfigFiles

# from aws_pcluster_helpers.models.sinfo import (SInfoTable, SinfoRow)
from aws_pcluster_helpers.models.pcluster_config import (
PClusterConfig,
ComputeSettings,
ComputeResource,
SlurmQueue,
)
from aws_pcluster_helpers.models.instance_types_data import (
InstanceTypesData,
Expand Down
6 changes: 2 additions & 4 deletions aws_pcluster_helpers/models/sinfo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import functools
from pydantic import BaseModel, FilePath, DirectoryPath, validator
from typing import Any
from typing import List, Optional

Expand All @@ -12,9 +10,9 @@
)
from aws_pcluster_helpers.models.config import PClusterConfigFiles
from aws_pcluster_helpers.utils.logging import setup_logger
from pydantic import BaseModel
from pcluster.config.cluster_config import SlurmClusterConfig
from pcluster.schemas.cluster_schema import ClusterSchema
from pydantic import BaseModel
from pydantic import validator
from rich.table import Table

logger = setup_logger(logger_name="sinfo")
Expand Down

0 comments on commit ac8c5cb

Please sign in to comment.