Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Sep 20, 2023
1 parent 7c5997d commit e113509
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pupil_src/launchables/eye.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import platform
import signal
import time
from types import SimpleNamespace
from functools import partial
from types import SimpleNamespace


class Is_Alive_Manager:
Expand Down
1 change: 0 additions & 1 deletion pupil_src/launchables/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import signal
from functools import partial
from types import SimpleNamespace
from functools import partial

# UI Platform tweaks
if platform.system() == "Linux":
Expand Down
2 changes: 1 addition & 1 deletion pupil_src/launchables/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import os
import platform
import signal
from types import SimpleNamespace
from functools import partial
from types import SimpleNamespace


def world(
Expand Down

0 comments on commit e113509

Please sign in to comment.