From e1d547460be8ded08e2671bb1513e1a375690efc Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 27 Sep 2021 14:50:11 +0100 Subject: [PATCH] EDDN: Add type hints back to new `export_journal_entry()` --- plugins/eddn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 35685646..bee12a35 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -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.