ascmitc / mhl

ASC Media Hash List
MIT License
58 stars 8 forks source link

Fix: Display nested histories above nesting level 1 #139

Closed pfn-smd closed 4 months ago

pfn-smd commented 9 months ago

This pull request addresses a limitation in the display of nested histories. Previously, only histories at nesting level 1 were being shown, leading to incomplete output.

ptrpfn commented 9 months ago

@pfn-smd Can you run the black command that enforces "pretty" formatting of all Python code? Right now one test fails the black test.

ptrpfn commented 9 months ago

BTW: We removed tests for Python v3.7 due to an incompatibility with latest version of black.

ptrpfn commented 4 months ago

Is part of the 1.0 release in another pull request.