aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-06-09 18:39:44 +0530
committerArun Isaac2022-06-09 18:39:44 +0530
commitc2a6570a3dc2a9ae092b6a8273e7c6c0904dc1e1 (patch)
tree4a5305241b085e1f6dbaca479ce359be4fcebb4a
parent603a86c60869ff2017003f4d46b3de932e879c93 (diff)
downloadgenenetwork3-c2a6570a3dc2a9ae092b6a8273e7c6c0904dc1e1.tar.gz
gn3: genodb: Remove blank line in module docstring.
* gn3/genodb.py: Remove blank line in module docstring.
-rw-r--r--gn3/genodb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/genodb.py b/gn3/genodb.py
index 2a29098..8827223 100644
--- a/gn3/genodb.py
+++ b/gn3/genodb.py
@@ -17,7 +17,6 @@ with genodb.open('/tmp/bxd') as db:
matrix = genodb.matrix(db)
print(genodb.row(matrix, 17))
print(genodb.column(matrix, 13))
-
'''
from collections import namedtuple