We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b4e7 commit 0029085Copy full SHA for 0029085
orangetool/orangetool_test.py
@@ -1,6 +1,7 @@
1
# -*- coding: utf-8 -*-
2
"""Orangetool test."""
3
-from orangetool import *
+from orangetool import version, check_update
4
5
if __name__ == "__main__":
6
- version()
+ version()
7
+ check_update()
0 commit comments