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:
@ -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)
|
||||
|
Reference in New Issue
Block a user