Skip to content

Commit 8634c3a

Browse files
committed
style: remove comments or blank lines
1 parent c5ed022 commit 8634c3a

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def test_assert_domain_documentation():
262262
If you like tools related with PlantUML, you may also be interested in this [lucsorel/plantuml-file-loader](https://github.com/lucsorel/plantuml-file-loader) project:
263263
a webpack loader which converts PlantUML files into images during the webpack processing (useful to [include PlantUML diagrams in your slides](https://github.com/lucsorel/markdown-image-loader/blob/master/README.md#web-based-slideshows) with RevealJS or RemarkJS).
264264

265-
266265
## Changelog and versions
267266

268267
See [CHANGELOG.md](CHANGELOG.md).

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,3 @@ forced-separate = ["tests"]
9797
[build-system]
9898
requires = ["uv_build>=0.9.7,<0.10.0"]
9999
build-backend = "uv_build"
100-
101-
# [[tool.uv.index]]
102-
# name = "pypi"
103-
# url = "https://pypi.org/simple"
104-
# publish-url = "https://upload.pypi.org/legacy/"
105-
106-
# [[tool.uv.index]]
107-
# name = "testpypi"
108-
# url = "https://test.pypi.org/simple"
109-
# publish-url = "https://test.pypi.org/legacy/"

src/py2puml/controller.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
cases
3-
- domain path does not exist -> error
4-
- domain path is None -> domain path is the current working directory
5-
- domain path is a folder / package -> inspect package (recursive)
6-
- if domain namespace is None
7-
- domain namespace is the diff between current working directory and domain path
8-
- domain path is a file / module -> inspect module
9-
- if domain namespace is None
10-
- domain namespace is the diff between current working directory and domain path
11-
"""
12-
131
from argparse import ArgumentParser
142
from contextlib import contextmanager
153
from itertools import zip_longest

tests/py2puml/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
def definition_to_delete(): ...

0 commit comments

Comments
 (0)