Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Finalize block result sessions #22

Merged
merged 20 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ disable=raw-checker-failed,
too-few-public-methods,
too-many-instance-attributes,
logging-fstring-interpolation,
inconsistent-return-statements
inconsistent-return-statements,
duplicate-code

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
Loading