Skip to content

Commit

Permalink
removed dependency pointed out by flak8
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon committed Sep 27, 2023
1 parent eaa7c6f commit 0972bd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cugraph/cugraph/tests/layout/test_force_atlas2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import time
import pytest

import cudf
import cugraph
from cugraph.structure import number_map
from cugraph.internals import GraphBasedDimRedCallback
Expand Down Expand Up @@ -191,4 +190,3 @@ def test_force_atlas2(graph_file, score, max_iter, barnes_hut_optimize):
assert test_callback.on_epoch_end_called_count == max_iter
# verify `on_train_end` was only called once
assert test_callback.on_train_end_called_count == 1

0 comments on commit 0972bd4

Please sign in to comment.