mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E303: too many blank lines (2)
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:
@ -135,8 +135,6 @@ class TestCase(unittest.TestCase):
|
||||
c.set_kerberos_state(kerberos_state)
|
||||
return c
|
||||
|
||||
|
||||
|
||||
# These functions didn't exist before Python2.7:
|
||||
if sys.version_info < (2, 7):
|
||||
import warnings
|
||||
|
Reference in New Issue
Block a user