mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Small refactor
This commit is contained in:
parent
c014b698a6
commit
2c6efcc017
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@ log = Logger().get_logger("SyncServer")
|
|||
|
||||
pysftp = None
|
||||
try:
|
||||
import pysftp as _pysftp
|
||||
|
||||
pysftp = _pysftp
|
||||
import pysftp
|
||||
except (ImportError, SyntaxError):
|
||||
pass
|
||||
# if six.PY3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue