Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Nov 27, 2023
1 parent 255143d commit a7c09ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions astrobee/survey_manager/scripts/command_astrobee
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
# under the License.

import argparse
import os
import select
import socket
import subprocess
import sys
import os
import threading

import socket
import select

def get_position(bay):

Expand Down
5 changes: 3 additions & 2 deletions astrobee/survey_manager/scripts/monitor_astrobee
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
# under the License.

import argparse
import sys
import os
import threading
import socket
import sys
import threading


def thread_write_input(sock_input):
print("starting thread_write_input...")
Expand Down

0 comments on commit a7c09ca

Please sign in to comment.