1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 18:07:37 +03:00

eddn: Remove two 'noqa: CCR001' that are no longer applicable

This commit is contained in:
Athanasius 2022-11-22 14:09:08 +00:00
parent 871f50288e
commit 876c34ecfd
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

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