Skip to content

Fix used-before-assignment

Silvio Rhatto requested to merge hotfix/dispcmd into main

Fix the following warning from the unit test:

onionbalance/_version.py:89:43: E0601: Using variable 'dispcmd' before
assignment (used-before-assignment)
Edited by Silvio Rhatto

Merge request reports