mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +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:
@@ -29,7 +29,7 @@ DEBUG = logger.debug
|
||||
WARN = logger.warning
|
||||
|
||||
|
||||
#colours for prettier logs
|
||||
# colours for prettier logs
|
||||
from samba.colour import C_NORMAL, REV_RED
|
||||
from samba.colour import DARK_RED, RED
|
||||
from samba.colour import DARK_GREEN, GREEN
|
||||
|
||||
Reference in New Issue
Block a user