Removing unnecessary change in generic.py

This commit is contained in:
Viktor Walter 2023-06-10 15:39:05 +02:00
parent 84b02a024f
commit 021d0a6b9b

View File

@ -3,6 +3,7 @@ from dataclasses import dataclass
from typing import Dict, Any
from abc import ABC, abstractmethod
@dataclass(slots=True)
class ReadoutErrorCounter:
"""Class used to track readout errors"""