Skip to content

Commit 63a199e

Browse files
committed
yaml2rst: remove unnecessary import.
1 parent 00f98ad commit 63a199e

File tree

1 file changed

+0
-1
lines changed
  • tools/scripts/yaml2rst/src/yaml2rst

1 file changed

+0
-1
lines changed

tools/scripts/yaml2rst/src/yaml2rst/path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
from .config import AVAILABLE_LANGUAGES
33
from freee_a11y_gl.source import DATA_DIR, YAML_DIR, JSON_DIR
4-
from freee_a11y_gl.constants import AXE_CORE
54

65
# Output directory
76
DEST_DIR_BASE = 'source'

0 commit comments

Comments
 (0)