Skip to content

Commit

Permalink
fix: fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj committed Apr 21, 2024
1 parent c446fc5 commit 2dbce3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnisafe/envs/meta_drive_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import numpy as np
import torch
from metadrive import SafeMetaDriveEnv
from metadrive import SafeMetaDriveEnv # pylint: disable=import-error

from omnisafe.common.logger import Logger
from omnisafe.envs.core import CMDP, env_register
Expand Down

0 comments on commit 2dbce3f

Please sign in to comment.