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