aboutsummaryrefslogtreecommitdiff
path: root/r_qtl/errors.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-02 08:49:25 +0300
committerFrederick Muriuki Muriithi2024-01-02 08:49:25 +0300
commit7a2bcc9e86bde0eb9c0d370f83df4684e5522f26 (patch)
treec3ab56044e34cc06165b2be972477635fbaf4158 /r_qtl/errors.py
parent2162cec2084f712993180618eb92c5a6dfdc5963 (diff)
downloadgn-uploader-7a2bcc9e86bde0eb9c0d370f83df4684e5522f26.tar.gz
Cleanup: Fix linting and typing errors and update docs.
Diffstat (limited to 'r_qtl/errors.py')
-rw-r--r--r_qtl/errors.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/r_qtl/errors.py b/r_qtl/errors.py
index 648611e..20c5ced 100644
--- a/r_qtl/errors.py
+++ b/r_qtl/errors.py
@@ -1,5 +1,4 @@
"""R/qtl and R/qtl2 error types."""
-from collections import namedtuple
class RQTLError(Exception):
"""Base class for R/qtl and R/qtl2 errors."""