Files
nilmtools/nilmtools
Jim Paris cfc66b6847 Fix flake8 errors throughout code
This found a small number of real bugs too, for example,
this one that looked weird because of a 2to3 conversion,
but was wrong both before and after:
-        except IndexError as TypeError:
+        except (IndexError, TypeError):
2020-08-06 17:58:41 -04:00
..
2020-08-05 17:04:58 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00
2020-08-06 17:58:41 -04:00