Skip to content

Commit

Permalink
Revert "Fix isort take 3."
Browse files Browse the repository at this point in the history
This reverts commit 6de246c.
  • Loading branch information
rartiss55 committed Aug 29, 2023
1 parent 6de246c commit 3ec0bb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions webenabled/mcs_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
import time
from os.path import exists

import machine_common_sense as mcs
from flask import current_app
from machine_common_sense import GoalMetadata
from PIL import Image

from subprocess_runner import (is_file_open, is_process_running,
start_subprocess)

import machine_common_sense as mcs
from machine_common_sense import GoalMetadata

IMG_WIDTH = 600
IMG_HEIGHT = 400
MCS_INTERFACE_TMP_DIR = "static/mcsinterface/"
Expand Down
6 changes: 3 additions & 3 deletions webenabled/run_scene_with_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
import time
from os.path import exists

import machine_common_sense as mcs
from machine_common_sense import StepMetadata
from watchdog.events import PatternMatchingEventHandler
from watchdog.observers import Observer

from webenabled_common import LOG_CONFIG

import machine_common_sense as mcs
from machine_common_sense import StepMetadata

logging.config.dictConfig(LOG_CONFIG)
logger = logging.getLogger('run_scene_with_dir')

Expand Down
1 change: 1 addition & 0 deletions webenabled/tests/test_subprocess_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import time

from subprocess_runner import is_file_open, start_subprocess

from tests import long_writer


Expand Down

0 comments on commit 3ec0bb0

Please sign in to comment.