Skip to content

Commit 43caba7

Browse files
committed
removed rasa-x from versioncheck
1 parent 3e687ed commit 43caba7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rasa/__main__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ def print_version() -> None:
7777
print(f"Rasa SDK Version : {rasa_sdk.__version__}")
7878
except ModuleNotFoundError:
7979
pass
80-
try:
81-
from rasax.community.version import __version__ as rasa_x_version
82-
83-
print(f"Rasa X Version : {rasa_x_version}")
84-
except ModuleNotFoundError:
85-
pass
8680

8781

8882
def main() -> None:

0 commit comments

Comments
 (0)