Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Jun 30, 2024
1 parent 2852973 commit 95df39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyFlyt/gym_envs/utils/pole_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ class PoleHandler:
"""PoleHandler."""

def __init__(self):
"""__init__.
"""
"""__init__."""
# the pole urdf
file_dir = os.path.dirname(os.path.realpath(__file__))
self.pole_obj_dir = os.path.join(file_dir, "../../models/pole.urdf")
Expand All @@ -36,8 +34,10 @@ def reset(
"""reset.
Args:
----
p (bullet_client.BulletClient): p
start_location (np.ndarray): start_location
"""
# store the client
self.p = p
Expand Down

0 comments on commit 95df39f

Please sign in to comment.