Skip to content

Commit dc41f8e

Browse files
committed
style: fix linting issues with pre-commit
1 parent 9279baa commit dc41f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verl/utils/megatron/router_replay_patch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ def apply_router_replay_patch():
342342
# Step 1: Patch TransformerConfig to include the feature flag
343343
try:
344344
from megatron.training import get_args
345+
345346
global_args = get_args()
346347
except Exception:
347348
global_args = None

0 commit comments

Comments
 (0)