Skip to content

Commit

Permalink
modify format
Browse files Browse the repository at this point in the history
  • Loading branch information
Super1ce committed May 30, 2023
1 parent 5431ba8 commit 4d4c997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ding/policy/command_mode_policy_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ class IBCCommandModePolicy(IBCPolicy, DummyCommandModePolicy):

@POLICY_REGISTRY.register('bcq_command')
class BCQCommandModelPolicy(BCQPolicy, DummyCommandModePolicy):
pass


@POLICY_REGISTRY.register('edac_command')
class EDACCommandModelPolicy(EDACPolicy, DummyCommandModePolicy):
pass
Expand Down

0 comments on commit 4d4c997

Please sign in to comment.