Skip to content

Commit 9892ca4

Browse files
committed
No longer need to get the server version
1 parent 19018ae commit 9892ca4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

simvue/factory/remote.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
get_auth,
88
get_expiry,
99
prepare_for_api,
10-
get_server_version,
1110
skip_if_failed,
1211
)
1312
from simvue.factory.base import SimvueBaseClass
@@ -34,7 +33,6 @@ def __init__(self, name: str, uniq_id: str, suppress_errors: bool = True) -> Non
3433
self._headers_mp: dict[str, str] = self._headers | {
3534
"Content-Type": "application/msgpack"
3635
}
37-
self._version: typing.Optional[int] = get_server_version()
3836
super().__init__(name, uniq_id, suppress_errors)
3937

4038
@skip_if_failed("_aborted", "_suppress_errors", (None, None))

0 commit comments

Comments
 (0)