Skip to content

Commit a4b6aad

Browse files
committed
forgot some section lines
1 parent ef58143 commit a4b6aad

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/somesy/core/writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def __init__(
3030
requires a customized setter.
3131
3232
Args:
33-
----
3433
path: Path to target output file.
3534
create_if_not_exists: Create an empty CFF file if not exists. Defaults to True.
3635
direct_mappings: Dict with direct mappings of keys between somesy and target

src/somesy/pyproject/writer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,9 @@ def __init__(self, path: Path):
159159
"""Pyproject wrapper class. Wraps either setuptools or poetry.
160160
161161
Args:
162-
----
163162
path (Path): Path to pyproject.toml file.
164163
165164
Raises:
166-
------
167165
FileNotFoundError: Raised when pyproject.toml file is not found.
168166
ValueError: Neither project nor tool.poetry object is found in pyproject.toml file.
169167
"""

0 commit comments

Comments
 (0)