Skip to content

Commit

Permalink
Expose more
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 17, 2021
1 parent b7171a6 commit 0669343
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.D/2177.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Expose `neuro_sdk.EnvParseResult` name.
Expose `neuro_sdk.EnvParseResult` and `neuro_sdk.VolumeParseResult` names.
10 changes: 9 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, EnvParseResult, 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 @@ -148,6 +155,7 @@
"TagOption",
"Users",
"Volume",
"VolumeParseResult",
"find_project_root",
"gen_trace_id",
"get",
Expand Down

0 comments on commit 0669343

Please sign in to comment.