Add io struct naming check back (#12634)
This commit is contained in:
@@ -1517,3 +1517,6 @@ def _check_all_req_types():
|
||||
raise ValueError(
|
||||
f"{name} is a subclass of BaseReq but not follow the naming convention."
|
||||
)
|
||||
|
||||
|
||||
_check_all_req_types()
|
||||
|
||||
Reference in New Issue
Block a user