PEP8: fix E302: expected 2 blank lines, found 1
[metze/samba/wip.git] / python / samba / emulate / traffic_packets.py
index bc52de06ff0673065b8d3f079ae85a22aa0d7196..aa1d9eeeb1fdd12dd989f51a72579bac657a560e 100644 (file)
@@ -39,6 +39,7 @@ import samba
 samba.ensure_third_party_module("dns", "dnspython")
 import dns.resolver
 
+
 def uint32(v):
     return ctypes.c_uint32(v).value