Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Dec 5, 2024
1 parent 98323d7 commit 8d7cd14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d7cd14

Please sign in to comment.