aboutsummaryrefslogtreecommitdiff
path: root/mobly/controllers/sniffer.py
diff options
context:
space:
mode:
Diffstat (limited to 'mobly/controllers/sniffer.py')
-rw-r--r--mobly/controllers/sniffer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobly/controllers/sniffer.py b/mobly/controllers/sniffer.py
index 445c221..91293b4 100644
--- a/mobly/controllers/sniffer.py
+++ b/mobly/controllers/sniffer.py
@@ -91,7 +91,7 @@ class InvalidOperationError(SnifferError):
pass
-class Sniffer(object):
+class Sniffer:
"""This class defines an object representing a sniffer.
The object defines the generic behavior of sniffers - irrespective of how
@@ -268,7 +268,7 @@ class Sniffer(object):
raise NotImplementedError("Base class should not be called directly!")
-class ActiveCaptureContext(object):
+class ActiveCaptureContext:
"""This class defines an object representing an active sniffer capture.
The object is returned by a Sniffer.start_capture() command and terminates