Skip to content

Commit 8370687

Browse files
committed
Fix import formatting in test_registry_cleanup
Made-with: Cursor
1 parent 641a089 commit 8370687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_core/tests/graph/test_graphdef.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ def test_identity_preservation(init_cuda):
727727
def test_registry_cleanup(init_cuda):
728728
"""Node registry entries are removed on destroy() and graph teardown."""
729729
import gc
730+
730731
from cuda.core._graph._graph_def._graph_node import _node_registry
731732

732733
def registered(node):

0 commit comments

Comments
 (0)