Skip to content

Commit 7bc7dff

Browse files
committed
update init
1 parent d40d284 commit 7bc7dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agfusion/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import pyensembl
1919

20-
from agfusion import database, exceptions, model, parsers, utils, version
20+
from agfusion import __version__, database, exceptions, model, parsers, utils
2121

2222

2323
def list_available_databases():
@@ -495,7 +495,7 @@ def build_cli():
495495

496496
# agfusion version number
497497

498-
parser.add_argument("-v", "--version", action="version", version=version.__version__)
498+
parser.add_argument("-v", "--version", action="version", version=__version__)
499499
args = parser.parse_args()
500500

501501
return args

0 commit comments

Comments
 (0)