Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
pre-commit-ci[bot] committed Aug 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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,
@@ -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

0 comments on commit 508350a

Please sign in to comment.