Skip to content

Commit 6020d2f

Browse files
committed
man black is brutal
1 parent 01e8a38 commit 6020d2f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rasa/__main__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,15 @@ def print_version() -> None:
7171
rasa_x_info = None
7272
try:
7373
import rasa_sdk
74+
7475
sdk_info = rasa_sdk.__version__ # pytype: disable=import-error
7576
except ModuleNotFoundError:
7677
pass
7778
try:
78-
from rasax.community.version import __version__ as rasa_x_version # pytype: disable=import-error
79+
from rasax.community.version import (
80+
__version__ as rasa_x_version,
81+
) # pytype: disable=import-error
82+
7983
rasa_x_info = rasa_x_version
8084
except ModuleNotFoundError:
8185
pass

0 commit comments

Comments
 (0)