PEP8: fix E305: expected 2 blank lines after class or function definition, found 1
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:21:29 +0000 (18:21 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:30 +0000 (07:49 +0200)
commit115f2a71b883567dcf324da5cd02cfc3c86431b4
tree1e9c657b58e2186fd03e4f7ad182b945970967a0
parentfd6b2086cbf03d8dd0b46160f345bf7cc5551aeb
PEP8: fix E305: expected 2 blank lines after class or function definition, found 1

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>
56 files changed:
auth/credentials/tests/bind.py
lib/ldb-samba/tests/match_rules.py
lib/ldb/_ldb_text.py
lib/ldb/tests/python/index.py
lib/tevent/bindings.py
python/examples/samr.py
python/examples/winreg.py
python/samba/__init__.py
python/samba/gpclass.py
python/samba/kcc/debug.py
python/samba/kcc/kcc_utils.py
python/samba/ms_display_specifiers.py
python/samba/ms_forest_updates_markdown.py
python/samba/ms_schema.py
python/samba/ms_schema_markdown.py
python/samba/netcmd/domain.py
python/samba/netcmd/user.py
python/samba/tests/dcerpc/raw_protocol.py
python/samba/tests/dcerpc/testrpc.py
python/samba/tests/dns.py
python/samba/tests/dns_forwarder.py
python/samba/tests/dns_forwarder_helpers/server.py
python/samba/tests/dns_tkey.py
python/samba/tests/libsmb_samba_internal.py
python/samba/tests/samba_tool/visualize.py
python/samba/tests/upgradeprovisionneeddc.py
script/autobuild.py
script/bisect-test.py
script/generate_param.py
selftest/selftesthelpers.py
source3/script/tests/test_wbinfo_sids2xids_int.py
source3/selftest/tests.py
source3/torture/test_ntlm_auth.py
source4/dsdb/samdb/ldb_modules/tests/possibleinferiors.py
source4/dsdb/tests/python/ad_dc_search_performance.py
source4/dsdb/tests/python/ldap.py
source4/dsdb/tests/python/ldap_schema.py
source4/dsdb/tests/python/ldap_syntaxes.py
source4/dsdb/tests/python/linked_attributes.py
source4/dsdb/tests/python/login_basics.py
source4/dsdb/tests/python/ndr_pack_performance.py
source4/dsdb/tests/python/notification.py
source4/dsdb/tests/python/password_lockout.py
source4/dsdb/tests/python/passwords.py
source4/dsdb/tests/python/rodc.py
source4/dsdb/tests/python/rodc_rwdc.py
source4/dsdb/tests/python/sec_descriptor.py
source4/dsdb/tests/python/sort.py
source4/dsdb/tests/python/token_group.py
source4/lib/wmi/wmi.py
source4/script/depfilter.py
source4/scripting/devel/demodirsync.py
source4/scripting/devel/pfm_verify.py
source4/scripting/devel/repl_cleartext_pwd.py
source4/scripting/devel/speedtest.py
source4/selftest/tests.py