Skip to content

Commit

Permalink
net_speed: fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
enkore authored Jul 16, 2020
1 parent dad5eb0 commit d6b9c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3pystatus/net_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class NetSpeed(IntervalModule):
units = 'bits'
format = "↓{speed_down:.1f}{down_units} ↑{speed_up:.1f}{up_units} ({hosting_provider})"

def form_b(self, n: float)->tuple:
def form_b(self, n: float) -> tuple:
"""
formats a bps as bps/kbps/mbps/gbps etc
handles whether its meant to be in bytes
Expand Down

0 comments on commit d6b9c95

Please sign in to comment.