Skip to content

Commit 4602625

Browse files
committed
Format code
1 parent c6bcad7 commit 4602625

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

opsi/backend/upgrade.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

opsi/lifespan/lifespan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import logging
2+
import os
23
import signal
34
import subprocess
45
import threading
5-
import os
66
from os.path import isdir, isfile, splitext
77

88
import opsi

opsi/modules/videoio/cameraserver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import opsi.manager.cvwrapper as cvw
1111
from opsi.manager.manager_schema import Hook
12-
1312
from opsi.util.concurrency import AsyncThread, Snippet
1413
from opsi.util.templating import LiteralTemplate
1514

0 commit comments

Comments
 (0)