Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiering committed Dec 6, 2024
1 parent 1289481 commit 6ab6047
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions nova/core/motion_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ async def move_along_path(
async for motion_state_move_to_trajectory in move_to_trajectory_stream:
yield motion_state_move_to_trajectory

playback_speed_in_percent = 100

responses = []

async def movement_controller(
Expand Down
1 change: 0 additions & 1 deletion nova/core/nova.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import wandelbots_api_client as wb
from nova.core.controller import Controller
from nova.core.exceptions import ControllerNotFoundException
from nova.gateway.api_gateway import ApiGateway
Expand Down
3 changes: 1 addition & 2 deletions nova/gateway/api_gateway.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import asyncio
import functools
from typing import TypeVar, Generic, Any
from venv import logger
from typing import TypeVar

import wandelbots_api_client as wb
from decouple import config
Expand Down

0 comments on commit 6ab6047

Please sign in to comment.