From f9a3fb0b26a407b9be87c87f39fcf94301b72d11 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Sat, 6 Feb 2016 23:42:56 -0500 Subject: [pep8] autopep8 whitespace cleanup large scale autopep8 cleanup of several pep8 whitespace warnings --- gpsprof | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpsprof') diff --git a/gpsprof b/gpsprof index 82972e05..2c124769 100755 --- a/gpsprof +++ b/gpsprof @@ -19,6 +19,7 @@ import time class Baton: "Ship progress indication to stderr." + def __init__(self, prompt, endmsg=None): self.stream = sys.stderr self.stream.write(prompt + "...") @@ -52,6 +53,7 @@ class Baton: class plotter: "Generic class for gathering and plotting sensor statistics." + def __init__(self): self.fixes = [] self.start_time = int(time.time()) -- cgit v1.2.1