We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bc90c commit cab189dCopy full SHA for cab189d
suzieq/poller/worker/services/igmp.py
@@ -1,13 +1,15 @@
1
import json
2
3
from suzieq.poller.worker.services.service import Service
4
-from suzieq.shared.utils import get_timestamp_from_cisco_time, parse_relative_timestamp
+from suzieq.shared.utils import (
5
+ get_timestamp_from_cisco_time,
6
+ parse_relative_timestamp
7
+)
8
9
10
class IgmpService(Service):
11
"""Igmp Service."""
12
- # pylint: disable=too-many-nested-blocks
13
def _clean_eos_data(self, _, raw_data):
14
processed_data = []
15
pre_processed_data = {}
suzieq/poller/worker/services/mroutes.py
@@ -1,5 +1,4 @@
-from suzieq.shared.utils import get_timestamp_from_cisco_time
class MroutesService(Service):
0 commit comments