Skip to content

Commit 2ad6f8f

Browse files
Update neo/test/rawiotest/tools.py
1 parent 264063a commit 2ad6f8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/test/rawiotest/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def can_use_network():
1717
HAVE_DATALAD = True
1818
except:
1919
HAVE_DATALAD = False
20-
2120
if not HAVE_DATALAD:
2221
return False
2322
if os.environ.get('NOSETESTS_NO_NETWORK', False):

0 commit comments

Comments
 (0)