Skip to content

Commit c2fd4de

Browse files
Organize Imports
1 parent 3a76d13 commit c2fd4de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

detection_rules/custom_rules.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88

99
import click
1010
import yaml
11+
from semver import Version
1112

1213
from .main import root
13-
from .utils import get_etc_path, load_etc_dump, ROOT_DIR
14-
15-
from semver import Version
14+
from .utils import ROOT_DIR, get_etc_path, load_etc_dump
1615

1716
DEFAULT_CONFIG_PATH = Path(get_etc_path('_config.yaml'))
1817
CUSTOM_RULES_DOC_PATH = Path(ROOT_DIR).joinpath('docs', 'custom-rules.md')

0 commit comments

Comments
 (0)