Skip to content

Commit

Permalink
styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 26, 2023
1 parent 99e1806 commit 87d7c89
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/kestrel_datasource_stixshifter/diagnosis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
from multiprocessing import Queue
from kestrel.utils import mask_value_in_nested_dict
from kestrel_datasource_stixshifter.config import (
set_stixshifter_logging_level,
get_datasource_from_profiles,
load_options,
load_profiles,
set_stixshifter_logging_level,
)
from kestrel_datasource_stixshifter.worker import STOP_SIGN
from kestrel_datasource_stixshifter.query import (
gen_observation_metadata,
translate_query,
)
from kestrel_datasource_stixshifter.query import translate_query
from kestrel_datasource_stixshifter.worker.transmitter import Transmitter
from stix_shifter.stix_transmission import stix_transmission

Expand All @@ -31,6 +28,7 @@ def __init__(self, datasource_name):
self.if_fast_translation = (
self.connector_name in self.kestrel_options["fast_translate"]
)
set_stixshifter_logging_level()

def diagnose_config(self):
print()
Expand Down

0 comments on commit 87d7c89

Please sign in to comment.