Skip to content

Commit 0029085

Browse files
fix : minor edit in orangetool_test
1 parent e77b4e7 commit 0029085

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

orangetool/orangetool_test.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""Orangetool test."""
3-
from orangetool import *
3+
from orangetool import version, check_update
44

55
if __name__ == "__main__":
6-
version()
6+
version()
7+
check_update()

0 commit comments

Comments
 (0)