Remove pass
This commit is contained in:
parent
6bbb645861
commit
65bd0c1471
1 changed files with 0 additions and 1 deletions
1
build.py
1
build.py
|
@ -27,5 +27,4 @@ for path in glob('db/*'):
|
|||
with open(path) as f:
|
||||
x = json.load(f)
|
||||
with open(os.path.join(OUT, x['name']), 'w') as f:
|
||||
pass
|
||||
f.write(template % (x['name'], x['ipv6']))
|
||||
|
|
Loading…
Add table
Reference in a new issue