Skip to content

Commit

Permalink
Fix lint issues in research/disk
Browse files Browse the repository at this point in the history
Summary: As title

Differential Revision: D70909809
  • Loading branch information
iden-kalemaj authored and facebook-github-bot committed Mar 10, 2025
1 parent f23e5c4 commit 5ee2f73
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
logger = logging.getLogger(__name__)
logger.disabled = True

class KF_DPOptimizerFastGradientClipping(DPOptimizerFastGradientClipping, KF_DPOptimizer):

class KF_DPOptimizerFastGradientClipping(
DPOptimizerFastGradientClipping, KF_DPOptimizer
):
def __init__(
self,
optimizer: Optimizer,
Expand Down

0 comments on commit 5ee2f73

Please sign in to comment.