Skip to content

Commit

Permalink
Expose neuro_sdk.EnvParseResult and neuro_sdk.VolumeParseResult names (
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Jun 17, 2021
1 parent 5aa17e3 commit d769a64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.D/2177.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Expose `neuro_sdk.EnvParseResult` and `neuro_sdk.VolumeParseResult` names.
11 changes: 10 additions & 1 deletion neuro-sdk/src/neuro_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,14 @@
Resources,
StdStream,
)
from .parser import DiskVolume, Parser, SecretFile, Volume
from .parser import (
DiskVolume,
EnvParseResult,
Parser,
SecretFile,
Volume,
VolumeParseResult,
)
from .parsing_utils import LocalImage, RemoteImage, Tag, TagOption
from .plugins import ConfigBuilder, PluginManager
from .secrets import Secret, Secrets
Expand Down Expand Up @@ -99,6 +106,7 @@
"Disk",
"DiskVolume",
"Disks",
"EnvParseResult",
"Factory",
"FileStatus",
"FileStatusType",
Expand Down Expand Up @@ -147,6 +155,7 @@
"TagOption",
"Users",
"Volume",
"VolumeParseResult",
"find_project_root",
"gen_trace_id",
"get",
Expand Down

0 comments on commit d769a64

Please sign in to comment.