Skip to content

Commit 14e640c

Browse files
authored
Fix linters (#808)
Signed-off-by: Crola1702 <[email protected]>
1 parent f31cd91 commit 14e640c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ros2cli/ros2cli/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def wait_for(predicate, timeout, period=0.1):
4343
time.sleep(period)
4444
return True
4545

46+
4647
def bind(func, *args, **kwargs):
4748
"""
4849
Bind a function with a set of arguments.

ros2node/ros2node/api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import time
16-
1715
from collections import namedtuple
1816
from typing import Any
1917
from typing import List

0 commit comments

Comments
 (0)