Indent file with TABS
This commit is contained in:
parent
b00cc19e61
commit
ac0f363a1e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user