Skip to content

Commit 3bd7454

Browse files
authored
switch off debug importing (#393)
1 parent ab3f630 commit 3bd7454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

einops/_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
_loaded_backends: dict = {}
1818
_type2backend: dict = {}
19-
_debug_importing = True
19+
_debug_importing = False
2020

2121

2222
def get_backend(tensor) -> "AbstractBackend":

0 commit comments

Comments
 (0)