File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def source_code_path(self) -> Path:
1414 """
1515 Path to the source code of the project.
1616
17- In transformers-extension, this needs to be overridden due to a custom directory
18- setup. This will be addressed in:
17+ This needs to be overridden due to a custom directory setup. This will be
18+ addressed in:
1919 https://github.com/exasol/udf-mock-python/issues/80
2020 """
2121 return self .root_path / self .project_name
@@ -28,8 +28,8 @@ def version_filepath(self) -> Path:
2828 autogenerated file which contains the version of the code. It is maintained by
2929 the nox sessions ``version:check`` and ``release:prepare``.
3030
31- In transformers-extension, this needs to be overridden due to a custom directory
32- setup & custom `version.py` location. This will be addressed in:
31+ This needs to be overridden due to a custom directory setup & custom
32+ `version.py` location. This will be addressed in:
3333 https://github.com/exasol/udf-mock-python/issues/79
3434 """
3535 return self .root_path / "version.py"
You can’t perform that action at this time.
0 commit comments