mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix pytest in cli
This commit is contained in:
parent
8d61316948
commit
6cb96aab08
3 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ def get_version():
|
|||
# Fallback to version defined in __init__.py (for development)
|
||||
try:
|
||||
from planoai import __version__
|
||||
|
||||
return __version__
|
||||
except ImportError:
|
||||
return "version not found"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue