Skip to content

Commit

Permalink
change test_distributed_sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
CfromBU committed Dec 26, 2024
1 parent 09f3718 commit d46aa0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/distributed/test_distributed_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
import unittest
from pathlib import Path

Check warning on line 9 in tests/distributed/test_distributed_sampling.py

View workflow job for this annotation

GitHub Actions / lintrunner

UFMT format

Run `lintrunner -a` to apply this patch.
import dgl

import dgl.backend as F
import dgl
import numpy as np
import pytest
import torch
Expand Down

0 comments on commit d46aa0c

Please sign in to comment.