Skip to content

Commit 5709857

Browse files
committed
minor cleanup
1 parent 10d53d2 commit 5709857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/python/get-config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import copy
88
import types
99
from contextlib import contextmanager
10-
import pprint
1110

1211
def sendMessage(text):
1312
bytesMessage = (json.dumps(text) + "\n").encode('utf-8')
@@ -129,6 +128,7 @@ def soft_motia():
129128
try:
130129
import importlib
131130
real_motia = importlib.import_module("motia")
131+
132132
except ImportError:
133133
real_motia = None
134134

0 commit comments

Comments
 (0)