From ce30dbf6d70a63e93eb28df60862030b0d498fc3 Mon Sep 17 00:00:00 2001 From: Mikhail Astafev Date: Thu, 16 Apr 2020 20:00:12 +0200 Subject: [PATCH] Remove mypy inclusion rule for removed driver --- mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index b3667e61ea8..6990c9da3c0 100644 --- a/mypy.ini +++ b/mypy.ini @@ -7,9 +7,6 @@ warn_unused_ignores = True warn_unused_configs = True warn_redundant_casts = True -[mypy-qcodes.instrument_drivers.Spectrum.pyspcm] -ignore_errors = True - [mypy-qcodes._version] ignore_errors = True