Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Sep 12, 2024
1 parent 53118ba commit 14e2cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/dgl/graphbolt/subgraph_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __init__(self, handle, outputs, temp_outputs):
self.temp_outputs = temp_outputs

def wait(self):
"""Returns the stored value when invoked."""
handle = self.handle
outputs = self.outputs
temp_outputs = self.temp_outputs
Expand Down

0 comments on commit 14e2cb1

Please sign in to comment.