mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-30 07:09:39 +03:00
Use pass
for "no code intended"
`...` is better suited to "under construction, more to come".
This commit is contained in:
parent
0fd2264d53
commit
35a0edde58
@ -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:
|
||||
# <https://forums.frontier.co.uk/threads/575010/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user