From 021df4f5b097d8bf9a79252735e4d0fffcce7d77 Mon Sep 17 00:00:00 2001 From: Tomasz Malek Date: Mon, 4 Apr 2022 16:06:46 +0200 Subject: [PATCH] Editorial amendment. --- 3_parameter_with_callback.py | 1 - LiveObjects/Connection.py | 1 - LiveObjects/hal.py | 2 -- 3 files changed, 4 deletions(-) diff --git a/3_parameter_with_callback.py b/3_parameter_with_callback.py index 3dd257e..09865f6 100644 --- a/3_parameter_with_callback.py +++ b/3_parameter_with_callback.py @@ -4,7 +4,6 @@ # This software is distributed under the terms and conditions of the 'MIT' # license which can be found in the file 'LICENSE.md' in this package distribution - import time import LiveObjects diff --git a/LiveObjects/Connection.py b/LiveObjects/Connection.py index e789bfa..0efa679 100644 --- a/LiveObjects/Connection.py +++ b/LiveObjects/Connection.py @@ -7,7 +7,6 @@ import sys import json import time - import LiveObjects INT = "i32" diff --git a/LiveObjects/hal.py b/LiveObjects/hal.py index be80873..8bcdfde 100644 --- a/LiveObjects/hal.py +++ b/LiveObjects/hal.py @@ -4,9 +4,7 @@ # This software is distributed under the terms and conditions of the 'MIT' # license which can be found in the file 'LICENSE.md' in this package distribution -# import time import sys - import LiveObjects