Skip to content

Commit

Permalink
Revert "reorder dask imports"
Browse files Browse the repository at this point in the history
This reverts commit ef2263c.
  • Loading branch information
btjanaka committed Sep 10, 2023
1 parent f086e7e commit 4bbdd3d
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,10 +182,10 @@
"import sys\n",
"import time\n",
"\n",
"from dask.distributed import Client\n",
"import gymnasium as gym\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"from dask.distributed import Client\n",
"from tqdm import tqdm, trange"
]
},
Expand Down

0 comments on commit 4bbdd3d

Please sign in to comment.