Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
41124b32
"tests/vscode:/vscode.git/clone" did not exist on "ae97049e6ccd4cfaebdc911ecd79407fc2a5ffc6"
Unverified
Commit
41124b32
authored
Jan 11, 2022
by
Rhett Ying
Committed by
GitHub
Jan 11, 2022
Browse files
[Fix] Do not import DGLCSVDataset in default in case of dependency issue (#3642)
parent
b002f8f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/dgl/data/__init__.py
python/dgl/data/__init__.py
+0
-1
No files found.
python/dgl/data/__init__.py
View file @
41124b32
...
...
@@ -29,7 +29,6 @@ from .knowledge_graph import FB15k237Dataset, FB15kDataset, WN18Dataset
from
.rdf
import
AIFBDataset
,
MUTAGDataset
,
BGSDataset
,
AMDataset
from
.fraud
import
FraudDataset
,
FraudYelpDataset
,
FraudAmazonDataset
from
.fakenews
import
FakeNewsDataset
from
.csv_dataset
import
DGLCSVDataset
def
register_data_args
(
parser
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment