Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IIaKyJIuH committed Sep 22, 2023
1 parent 5d4b857 commit 8678094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/remote/test_remote_composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ def test_pseudo_remote_composer_classification():
#
# automl.fit(path, target='sea_height')
# predict = automl.predict(path)
# shutil.rmtree(os.path.join(fedot_project_root(), 'test', 'data', 'remote', 'fitted_pipeline')) # recursive deleting
# shutil.rmtree(os.path.join(fedot_project_root(), 'test', 'data', 'remote', 'fitted_pipeline'))# recursive deleting
# assert predict is not None

0 comments on commit 8678094

Please sign in to comment.