From 8d7cd1400d418e766bd8e8b53dcbc1cc45471afa Mon Sep 17 00:00:00 2001 From: Felix Henneke Date: Thu, 5 Dec 2024 15:59:17 +0100 Subject: [PATCH] lint fix --- src/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.py b/src/config.py index b2cb678f..9bc1c223 100644 --- a/src/config.py +++ b/src/config.py @@ -299,6 +299,8 @@ def from_network(network: Network) -> PaymentConfig: class IOConfig: """Configuration of input and output.""" + # pylint: disable=too-many-instance-attributes + network: Network log_config_file: Path project_root_dir: Path