From 35a0edde58a8cad91a2f7224d06d011c6a48524c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 20 May 2021 11:28:15 +0100 Subject: [PATCH] Use `pass` for "no code intended" `...` is better suited to "under construction, more to come". --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 0890b680..49028521 100644 --- a/monitor.py +++ b/monitor.py @@ -1040,7 +1040,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below # # Paranoia in case we lost track # if self.state['BackPack']['Consumable'][c] < 0: # self.state['BackPack']['Consumable'][c] = 0 - ... + pass # TODO: #