Indent file with TABS

This commit is contained in:
Mario Hüttel 2022-08-05 21:47:33 +02:00
parent b00cc19e61
commit ac0f363a1e

View File

@ -31,7 +31,7 @@ class EngineeringNumberConverter():
]
@classmethod
def number_to_engineering(c, number, it_unit = False):
def number_to_engineering(c, number, it_unit=False):
"""
Convert a number to engineering SI syntax with prefix.
This function will return a tuple of (new_number, prefix)