Skip to content

Commit

Permalink
Format with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Feb 23, 2024
1 parent d88cfb1 commit 3e70fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylint/idaes_reporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def elapsed(self):
return f() - self._start

def on_set_current_module(self, module, filepath):
if filepath is None: return
if filepath is None:
return
self.writeln(string=f"{self.elapsed:{self.time_format}} {filepath}")

def _display(self, layout):
Expand Down

0 comments on commit 3e70fd0

Please sign in to comment.