Skip to content

Commit 36f8d4b

Browse files
author
rithesh
committed
fix lint issue
1 parent a03d7a7 commit 36f8d4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit_tests/losses/test_grpo_loss.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
import math
8-
97
import pytest
108
import torch
11-
import torch.nn as nn
129
from forge.losses.grpo_loss import SimpleGRPOLoss
1310

1411

1512
class TestSimpleGRPOLoss:
16-
1713
@pytest.fixture
1814
def loss_fn(self):
1915
"""Create a GRPO loss instance with default beta."""

0 commit comments

Comments
 (0)