YangCatalog / yang-validator-extractor

A web application to extract and validate YANG modules. Built on the bottle web-framework for Python.
BSD 2-Clause "Simplified" License
15 stars 21 forks source link

Replace `.format()` with f-strings in whole repo #109

Closed SlavomirMazurPantheon closed 1 year ago

SlavomirMazurPantheon commented 1 year ago

As a part of refactoring, please remove usage of .format() method for formatting strings. Same is for joining strings using + character. Instead, use f-strings for formatting strings.