Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2024
1 parent 6334fe3 commit 508350a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/buggy_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
from threading import Lock, Thread

from gepetto.corbaserver import Client as ViewerClient
from hpp.corbaserver import ProblemSolver
from hpp.environments import Buggy
from hpp.gepetto import ViewerFactory
from PythonQt import QtCore
from PythonQt.QtGui import (
QDockWidget,
Expand All @@ -18,6 +15,10 @@
mainWindow,
)

from hpp.corbaserver import ProblemSolver
from hpp.environments import Buggy
from hpp.gepetto import ViewerFactory

lockDisplay = Lock()
lockProblem = Lock()
displayed = True
Expand Down

0 comments on commit 508350a

Please sign in to comment.