From 876c34ecfdf5ec07495de83e3809b2e31f8b02b7 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 22 Nov 2022 14:09:08 +0000 Subject: [PATCH] eddn: Remove two 'noqa: CCR001' that are no longer applicable --- plugins/eddn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index f3c3e9d6..ed3f4cef 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -340,7 +340,7 @@ class EDDNSender: return False - def send_message(self, msg: str) -> bool: # noqa: CCR001 + def send_message(self, msg: str) -> bool: """ Transmit a fully-formed EDDN message to the Gateway. @@ -2191,7 +2191,7 @@ def journal_entry( # noqa: C901, CCR001 return None -def cmdr_data(data: CAPIData, is_beta: bool) -> Optional[str]: # noqa: CCR001 +def cmdr_data(data: CAPIData, is_beta: bool) -> Optional[str]: """ Process new CAPI data.