1
0
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:
Athanasius 2021-09-27 14:50:11 +01:00
parent ba20599511
commit e1d547460b
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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.