Skip to content

Commit

Permalink
Empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan committed Aug 2, 2023
1 parent e8ae019 commit ecd18e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym_pybullet_drones/examples/pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ def run(
parser.add_argument('--colab', default=DEFAULT_COLAB, type=bool, help='Whether example is being run by a notebook (default: "False")', metavar='')
ARGS = parser.parse_args()

run(**vars(ARGS))
run(**vars(ARGS))

0 comments on commit ecd18e3

Please sign in to comment.