Skip to content

Commit

Permalink
Update Azure Log Analytics stix transmission to use BaseJsonSyncConne…
Browse files Browse the repository at this point in the history
…ctor (#1584)
  • Loading branch information
mdazam1942 authored Sep 29, 2023
1 parent 2726177 commit 7331a65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
from stix_shifter_utils.modules.base.stix_transmission.base_sync_connector import BaseSyncConnector
from stix_shifter_utils.modules.base.stix_transmission.base_json_sync_connector import BaseJsonSyncConnector
from .api_client import APIClient
from stix_shifter_utils.utils.error_response import ErrorResponder
import pandas as pd
Expand All @@ -14,7 +14,7 @@
CONFIG_MAP_PATH


class Connector(BaseSyncConnector):
class Connector(BaseJsonSyncConnector):

def __init__(self, connection, configuration):
"""Initialization.
Expand Down

0 comments on commit 7331a65

Please sign in to comment.