Skip to content

Commit 6b99274

Browse files
committed
chore(commands): rename shared.py -> _shared.py
1 parent ca63dce commit 6b99274

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

strictdoc/cli/command_parser_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
from strictdoc import __version__
66
from strictdoc.backend.reqif.sdoc_reqif_fields import ReqIFProfile
77
from strictdoc.backend.sdoc.constants import SDocMarkup
8+
from strictdoc.commands._shared import _check_reqif_profile
89
from strictdoc.commands.about_command import AboutCommand
910
from strictdoc.commands.export import ExportCommand
1011
from strictdoc.commands.manage_autouid_command import ManageAutoUIDCommand
1112
from strictdoc.commands.server import ServerCommand
12-
from strictdoc.commands.shared import _check_reqif_profile
1313
from strictdoc.commands.version_command import VersionCommand
1414

1515
EXCEL_PARSERS = ["basic"]

strictdoc/commands/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
from strictdoc.backend.reqif.sdoc_reqif_fields import ReqIFProfile
55
from strictdoc.cli.base_command import BaseCommand, CLIValidationError
6+
from strictdoc.commands._shared import _check_reqif_profile
67
from strictdoc.commands.export_config import ExportCommandConfig
7-
from strictdoc.commands.shared import _check_reqif_profile
88
from strictdoc.core.actions.export_action import ExportAction
99
from strictdoc.core.project_config import ProjectConfigLoader
1010
from strictdoc.helpers.parallelizer import Parallelizer

0 commit comments

Comments
 (0)