Skip to content

Commit

Permalink
Actually fix Pylint syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 5, 2024
1 parent fda66b0 commit a925db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/util/convergence/convergence_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def save_convergence_statistics(
s.to_json(f)
if dmf is not None:
# this import will trigger the DMF deprecation message
# pylint: disable-next-next=import-outside-toplevel,unused-import
# pylint: disable-next=import-outside-toplevel,unused-import
import idaes.core.dmf

# this block should be removed once idaes.core.dmf is removed completely
Expand Down

0 comments on commit a925db6

Please sign in to comment.