Enable flake8 E265: Block comment should start with '# '

Most changes involve replacing non-breaking space with a simple space after the #.
This commit is contained in:
Philipp Wolfer
2020-05-12 15:54:27 +02:00
parent 909ea667b8
commit fb83a8e76b
28 changed files with 101 additions and 109 deletions

View File

@@ -81,7 +81,6 @@ class Testbytes2human(PicardTestCase):
if create_test_data:
self._save_expected_to(filename, testlist)
expected = self._read_expected_from(filename)
#self.maxDiff = None
self.assertEqual(testlist, expected)
if create_test_data:
# be sure it is disabled