mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 07:39:44 +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
|
# # Paranoia in case we lost track
|
||||||
# if self.state['BackPack']['Consumable'][c] < 0:
|
# if self.state['BackPack']['Consumable'][c] < 0:
|
||||||
# self.state['BackPack']['Consumable'][c] = 0
|
# self.state['BackPack']['Consumable'][c] = 0
|
||||||
...
|
pass
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
# <https://forums.frontier.co.uk/threads/575010/>
|
# <https://forums.frontier.co.uk/threads/575010/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user