From 7a2bcc9e86bde0eb9c0d370f83df4684e5522f26 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 2 Jan 2024 08:49:25 +0300 Subject: Cleanup: Fix linting and typing errors and update docs. --- r_qtl/errors.py | 1 - 1 file changed, 1 deletion(-) (limited to 'r_qtl/errors.py') 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.""" -- cgit v1.2.3