diff options
Diffstat (limited to 'r_qtl/errors.py')
-rw-r--r-- | r_qtl/errors.py | 1 |
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.""" |