PEP8: fix E302: expected 2 blank lines, found 1
[samba.git] / source4 / script / depfilter.py
index c74298dd8d3d912bfa6cad6eaff7c528045309fd..e4f0d0aba44152419d568f275f7f5eb627a12fa0 100755 (executable)
@@ -32,6 +32,7 @@ for arc in lines[1:-1]:
 
 subgraph = {}
 
+
 def add_deps(node):
     if node in graph and node not in subgraph:
         subgraph[node] = graph[node]