Skip to content

Commit

Permalink
add noqa for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Jan 6, 2025
1 parent d9ef914 commit a8b61e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/dataset_creation/point_maze_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Lets start by importing the required modules for this tutorial:

import gymnasium as gym
import gymnasium_robotics
import gymnasium_robotics # noqa: F401
import numpy as np

from minari import DataCollector, StepDataCallback
Expand Down

0 comments on commit a8b61e1

Please sign in to comment.