Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit d5900fd

Browse files
aivanoufacebook-github-bot
authored andcommitted
Torchx: rename Application to AppDef (#30)
Summary: Pull Request resolved: pytorch/torchx#30 The diff renames Application to AppDef, only inside torchx, exposing it as Application in tsm dir for BC Reviewed By: kiukchung Differential Revision: D28853523 fbshipit-source-id: a5869c49b1d38ef97c2beeb9374d142cf9364be5
1 parent 58463aa commit d5900fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchelastic/tsm/driver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
from torchx.specs.api import ( # noqa: F401 F403
7373
AppDryRunInfo,
7474
AppHandle,
75-
Application,
75+
AppDef as Application,
7676
AppState,
7777
AppStatus,
7878
Container,

0 commit comments

Comments
 (0)