Adding type suppressions for pyrefly
PiperOrigin-RevId: 950703735 Change-Id: I6b6d5826a0dd1f4c0a1cbb2a46aee944cd60d884
This commit is contained in:
committed by
Copybara-Service
parent
00abc5465f
commit
78946ca94e
@@ -232,8 +232,8 @@ def _bind_data(
|
||||
|
||||
_specs.MjSpec.from_zip = from_zip
|
||||
_specs.MjSpec.to_zip = to_zip
|
||||
_structs.MjData.bind = _bind_data
|
||||
_structs.MjModel.bind = _bind_model
|
||||
_structs.MjData.bind = _bind_data # pyrefly: ignore[bad-assignment]
|
||||
_structs.MjModel.bind = _bind_model # pyrefly: ignore[bad-assignment]
|
||||
|
||||
HEADERS_DIR = os.path.join(os.path.dirname(__file__), 'include/mujoco')
|
||||
PLUGINS_DIR = os.path.join(os.path.dirname(__file__), 'plugin')
|
||||
|
||||
Reference in New Issue
Block a user