Skip to content

Commit d58fa3a

Browse files
committed
style: format nemp.py
1 parent 609aca6 commit d58fa3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/nemp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ async def polling_task(handle, _pipe):
230230

231231
nemp_logger.debug(
232232
"Mod %s has failed to be polled at least %d times, it has been disabled.",
233-
mod_name, MAX_POLL_FAILURES,
233+
mod_name,
234+
MAX_POLL_FAILURES,
234235
)
235236

236237
the_poller.build_html()

0 commit comments

Comments
 (0)