Skip to content

Commit

Permalink
Removed u from RotaryScale unit
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Oct 18, 2017
1 parent 465d5df commit c34a826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tk_tools/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RotaryScale(Dial):
"""
Shows a rotary scale, much like a speedometer.
"""
def __init__(self, parent, max_value=100.0, size=100, unit=' u', img_data="", needle_color='blue', needle_thickness=0, **options):
def __init__(self, parent, max_value=100.0, size=100, unit='', img_data="", needle_color='blue', needle_thickness=0, **options):
"""
Initializes the RotaryScale object
Expand Down

0 comments on commit c34a826

Please sign in to comment.