DavidLutton / LabToolkit

Python module for instrument control and automation.
MIT License
20 stars 4 forks source link

Convert to f-strings #6

Closed DavidLutton closed 4 years ago

DavidLutton commented 4 years ago

f-strings are faster than .format( according to Python 3's f-Strings: An Improved String Formatting Syntax (Guide) – Real Python

I will try using flynt to convert