MacheteClient.read_definition_file
should be a static factory method instead of a side-effecting instance method
#955
Labels
code quality
Quality of the code nees improving
A call to
read_definition_file
should return a fresh instance ofMacheteClient
.The text was updated successfully, but these errors were encountered: