Skip to content

Commit 530d364

Browse files
authored
Change previewutilities -> pathwaysutils (#138)
1 parent 445f1aa commit 530d364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetstream/engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import jax
1818

1919
try:
20-
import previewutilities
20+
import pathwaysutils
2121
except ImportError as e:
2222
print("Proxy backend support is not added")
2323
pass

0 commit comments

Comments
 (0)