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 Jun 5, 2024
1 parent 650a91e commit 068da5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ogbn_papers_100m_sage.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
parser.add_argument("--dropout", type=float, default=0.5)
parser.add_argument(
"--use_directed_graph",
action = 'store_true',
action='store_true',
help="Wether or not to use directed graph",
)
args = parser.parse_args()
Expand Down

0 comments on commit 068da5e

Please sign in to comment.