mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +00:00
19 lines
242 B
Python
19 lines
242 B
Python
# See: https://github.com/astral-sh/ruff/issues/9323
|
|
class Chassis(RobotModuleTemplate):
|
|
"""底盘信息推送控制
|
|
|
|
"""\
|
|
|
|
|
|
"""""" \
|
|
\
|
|
|
|
|
|
|
|
"abc\
|
|
" \
|
|
\
|
|
|
|
'''blank line with whitespace
|
|
|
|
inside a multiline string'''
|