Changes based on style and lint checks. Some empty docstrings remain … #1370
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "final_code_quality_12"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
…to be completed in the future. (final_code_quality_12)
Repository contributions to the PyBitmessage project
Code
Documentation
fab build_docs
successfully, ask for someone to run it against your branchTests
fab tests
successfully, ask for someone to run it against your branchTranslations
Gitiquette
addresses #123
orfixes #234
in your commit messagesjust 4
Why remove
src/api_client.py
, did you move it to a different directory in another PR? If not, probably there should be a directoryexamples
or something, and it should be there.Other than the docstrings and the octal 4 ok.
Not sure why I deleted src/api_client.py but I've restored it and moved it to
/dev/examplesCheck don't handle renaming of files, creating false negatives. I'll work on fixing it.
Renames are now handled correctly.