Open mpounsett opened 2 years ago
Linting complains about the Resource.probe() signature, and the issue could be resolved by reimplementing this as a proper ABC, using the @abstractmethod decorator on the probe method.
Resource.probe()
@abstractmethod
probe
Linting complains about the
Resource.probe()
signature, and the issue could be resolved by reimplementing this as a proper ABC, using the@abstractmethod
decorator on theprobe
method.