Skip to content

Commit 01f5e92

Browse files
committed
Fix formatting
1 parent 5b90215 commit 01f5e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trustyai/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# pylint: disable = import-error, import-outside-toplevel, dangerous-default-value, invalid-name, R0801
22
"""Main TrustyAI Python bindings"""
33
from typing import List
4+
import site
5+
import os
46
import uuid
57
import jpype
68
import jpype.imports
79
from jpype import _jcustomizer, _jclass
8-
import site
9-
import os
1010

1111
TRUSTY_VERSION = "1.12.0.Final"
1212
DEFAULT_DEP_PATH = os.path.join(site.getsitepackages()[0], "trustyai", "dep")

0 commit comments

Comments
 (0)