mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
EDDN: Add type hints back to new export_journal_entry()
This commit is contained in:
parent
ba20599511
commit
e1d547460b
@ -602,7 +602,7 @@ Msg:\n{msg}'''
|
||||
|
||||
# this.shipyard = (horizons, shipyard)
|
||||
|
||||
def export_journal_entry(self, cmdr, entry, msg):
|
||||
def export_journal_entry(self, cmdr: str, entry: Mapping[str, Any], msg: Mapping[str, Any]) -> None:
|
||||
"""
|
||||
Update EDDN with an event from the journal.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user