Skip to content

Commit ac6a1f8

Browse files
Fix Ruff checks
1 parent 4df4eac commit ac6a1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_all_rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
from pathlib import Path
1414

1515
import eql
16-
import kql
1716
from marshmallow import ValidationError
1817
from semver import Version
1918

19+
import kql
2020
from detection_rules import attack
2121
from detection_rules.config import load_current_package_version
2222
from detection_rules.integrations import (
@@ -36,7 +36,7 @@
3636
from detection_rules.rule_loader import FILE_PATTERN, RULES_CONFIG
3737
from detection_rules.rule_validators import EQLValidator, KQLValidator
3838
from detection_rules.schemas import definitions, get_min_supported_stack_version, get_stack_schemas
39-
from detection_rules.utils import load_etc_dump, INTEGRATION_RULE_DIR, PatchedTemplate, get_path, make_git
39+
from detection_rules.utils import INTEGRATION_RULE_DIR, PatchedTemplate, get_path, load_etc_dump, make_git
4040
from detection_rules.version_lock import loaded_version_lock
4141

4242
from .base import BaseRuleTest

0 commit comments

Comments
 (0)