Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent b37a5d8 commit ef2e4a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion benchmark/inference/inference_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
)
from torch_geometric.loader import NeighborLoader
from torch_geometric.nn import PNAConv
from torch_geometric.profile import rename_profile_file, timeit, torch_profile, xpu_profile
from torch_geometric.profile import (
rename_profile_file,
timeit,
torch_profile,
xpu_profile,
)

supported_sets = {
'ogbn-mag': ['rgat', 'rgcn'],
Expand Down

0 comments on commit ef2e4a7

Please sign in to comment.