Skip to content

Commit

Permalink
remove version_get.py (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuibu authored Sep 19, 2024
1 parent 5305501 commit cc212ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
8 changes: 7 additions & 1 deletion examples/python/src/get_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
from sock import get
from platform_os import is_windows


if is_windows():
from request import get
else:
from sock import get


json_response = get("/internal/version/get")
Expand Down
14 changes: 0 additions & 14 deletions examples/python/src/version_get.py

This file was deleted.

0 comments on commit cc212ff

Please sign in to comment.