Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Mar 23, 2023
1 parent 0d4ab4f commit 117f833
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions python/dgl/data/qm7b.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
from ..convert import graph as dgl_graph

from .dgl_dataset import DGLDataset
from .utils import (
check_sha1,
download,
load_graphs,
save_graphs,
)
from .utils import check_sha1, download, load_graphs, save_graphs


class QM7bDataset(DGLDataset):
Expand Down

0 comments on commit 117f833

Please sign in to comment.