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 Jan 17, 2024
1 parent 03c526f commit 344947e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torch_geometric/nn/dense/linear.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import copy
import math
import sys
import time
from typing import Any, Dict, Optional, Union

Expand All @@ -15,7 +16,7 @@
from torch_geometric.typing import pyg_lib
from torch_geometric.utils import index_sort
from torch_geometric.utils.sparse import index2ptr
import sys

if "pytest" in sys.modules:
MEASURE_ITER = 1
else:
Expand Down

0 comments on commit 344947e

Please sign in to comment.