File tree Expand file tree Collapse file tree 6 files changed +5
-135
lines changed
Expand file tree Collapse file tree 6 files changed +5
-135
lines changed Original file line number Diff line number Diff line change 1919 new_changes ,
2020 new_unreleased ,
2121)
22- from exasol .toolbox .version import (
23- ReleaseTypes ,
24- Version ,
25- )
22+ from exasol .toolbox .version import ReleaseTypes , Version
2623from noxconfig import PROJECT_CONFIG
2724
2825
Original file line number Diff line number Diff line change 1717
1818from exasol .toolbox .sphinx .multiversion .main import main
1919from exasol .toolbox .sphinx .multiversion .sphinx import setup
20- from exasol .toolbox .util . version import VERSION
20+ from exasol .toolbox .version import VERSION
2121
2222__version__ = VERSION
2323
Original file line number Diff line number Diff line change 99from sphinx .locale import _
1010from sphinx .util import i18n as sphinx_i18n
1111
12- from exasol .toolbox .util .version import VERSION as PLUGIN_VERSION
13- from exasol .toolbox .version import Version as ExasolVersion
12+ from exasol .toolbox .version import VERSION as PLUGIN_VERSION , Version as ExasolVersion
1413
1514logger = logging .getLogger (__name__ )
1615
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class Config:
4545 doc : Path = Path (__file__ ).parent / "doc"
4646 importlinter : Path = Path (__file__ ).parent / ".import_linter_config"
4747 version_file : Path = (
48- Path (__file__ ).parent / "exasol" / "toolbox" / "util" / " version.py"
48+ Path (__file__ ).parent / "exasol" / "toolbox" / "version.py"
4949 )
5050 path_filters : Iterable [str ] = (
5151 "dist" ,
Original file line number Diff line number Diff line change 1212 ReleaseError ,
1313 _trigger_release ,
1414)
15- from exasol .toolbox .version import (
16- Version ,
17- poetry_command ,
18- )
15+ from exasol .toolbox .version import poetry_command , Version
1916
2017
2118@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments