Skip to content

Commit 72eb6d6

Browse files
committed
import
1 parent ca445b8 commit 72eb6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cobaya/cosmo_input/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try:
2-
from .gui import gui_script
2+
from .gui import gui_script as gui_script
33
except ImportError:
44
# PySide not installed, but pass for now (will fail at GUI initialization)
55
pass

0 commit comments

Comments
 (0)