Skip to content

Commit

Permalink
Remove LocalCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka authored Aug 21, 2023
1 parent 04e919e commit aead9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/lunar_lander.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"import sys\n",
"import time\n",
"\n",
"from dask.distributed import Client, LocalCluster\n",
"from dask.distributed import Client\n",
"import gymnasium as gym\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down

0 comments on commit aead9da

Please sign in to comment.