Closed MoshiBin closed 7 months ago
redfishMockupServer.py has inconsistent indentation. Sometimes indents are 4 spaces, while other times they're 8 spaces.
Example:
def dict_merge(dct, merge_dct): """ https://gist.github.com/angstwad/bf22d1822c38a92ec0a9 modified
Next function immediately after that:
def clean_path(path, isShort): """clean_path
@mraineri can you please run
pip install black black redfishMockupServer.py
and propose PR? I could do it myself, but don't want to override proper git blame on the entire code ?
git blame
redfishMockupServer.py has inconsistent indentation. Sometimes indents are 4 spaces, while other times they're 8 spaces.
Example:
Next function immediately after that: