1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

PEP8: fix E265: block comment should start with '# '

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Joe Guo
2018-07-30 18:19:49 +12:00
committed by Douglas Bagnall
parent c809a86023
commit 7a07d42230
32 changed files with 131 additions and 130 deletions

View File

@ -130,7 +130,7 @@ class UndirectedGraphTests(samba.tests.TestCase):
self.assertIsNone(fn(*self.complete_graph))
def test_graph_connected_under_vertex_failures(self):
#XXX no tests to distinguish this from the edge_failures case
# XXX no tests to distinguish this from the edge_failures case
fn = verify_graph_connected_under_vertex_failures
self.assertGraphError(fn, *self.line)