I am joining the war on superfluous whitespace
This commit is contained in:
parent
287c6a8726
commit
ec97a0072d
1 changed files with 2 additions and 4 deletions
|
@ -15,10 +15,8 @@ class Gear(enum.Enum):
|
|||
GEAR_10 = 10
|
||||
|
||||
__strings__ = {
|
||||
-1: 'R', 0: 'N', 1: '1',
|
||||
2: '2', 3: '3', 4: '4',
|
||||
5: '5', 6: '6', 7: '7',
|
||||
8: '8', 9: '9', 10: '10'
|
||||
-1: 'R', 0: 'N', 1: '1', 2: '2', 3: '3', 4: '4',
|
||||
5: '5', 6: '6', 7: '7', 8: '8', 9: '9', 10: '10'
|
||||
}
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue