Skip to content

Commit a2b99f4

Browse files
committed
pep8
1 parent 3e4e2de commit a2b99f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylibagent/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ async def _start(self, checks: Iterable[Type[CheckBase]],
225225
except asyncio.exceptions.CancelledError:
226226
pass
227227

228-
229228
async def _check_loop(self, check: Type[CheckBase]):
230229
if check.interval == 0:
231230
logging.error(f'check `{check.key}` is disabled')

0 commit comments

Comments
 (0)