forked from p15670423/monkey
Agent: Remove disused HostScanner abstract class
This commit is contained in:
parent
17be51fe71
commit
250530b456
|
@ -1,7 +0,0 @@
|
||||||
from abc import ABCMeta, abstractmethod
|
|
||||||
|
|
||||||
|
|
||||||
class HostScanner(metaclass=ABCMeta):
|
|
||||||
@abstractmethod
|
|
||||||
def is_host_alive(self, host):
|
|
||||||
raise NotImplementedError()
|
|
Loading…
Reference in New Issue