Skip to content

Commit 4f49410

Browse files
author
jensj
committed
Make PyFlakes happy
1 parent 3c9208e commit 4f49410

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ase/test/db.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import numpy as np
21
from ase.test import cli
32
from ase.db import connect
43

@@ -14,7 +13,7 @@
1413
ase-db y.json "H>0" --delete-keywords bla &&
1514
ase-db y.json "H>0" --delete-key-value-pairs foo"""
1615

17-
for name in ['y.json', 'y.db']: #, 'postgres://localhost']:
16+
for name in ['y.json', 'y.db']: # , 'postgres://localhost']:
1817
cli(cmd.replace('y.json', name))
1918
con = connect(name)
2019
assert len(list(con.select())) == 5

0 commit comments

Comments
 (0)