mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-25 10:48:18 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user