Skip to content

Commit

Permalink
Update torch_geometric/datasets/molecule_net.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Oct 13, 2022
1 parent bfbd42d commit 51ca877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/datasets/molecule_net.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import os.path as osp
import re
from typing import Callable, List, Optional
from typing import Callable, Optional

import torch

Expand Down

0 comments on commit 51ca877

Please sign in to comment.