mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Fixed indent
This commit is contained in:
parent
e99c77a97f
commit
8e594c7c7f
@ -9,9 +9,9 @@ import ovirtsdk4 as ovirt
|
||||
# Sometimes, we import ovirtsdk4 but "types" does not get imported... event can't be found
|
||||
# With this seems to work propertly
|
||||
try:
|
||||
from ovirtsdk4 import types as ovirtTypes # @UnresolvedImport @UnusedImport
|
||||
from ovirtsdk4 import types as ovirtTypes # @UnresolvedImport @UnusedImport
|
||||
except:
|
||||
pass
|
||||
pass
|
||||
|
||||
import threading
|
||||
import logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user