Skip to content

Commit dbce12c

Browse files
committed
fix error
1 parent 71b3a18 commit dbce12c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717

1818
This project was built using these tools:
1919

20-
| Tool | Description |
21-
|------------------------------------------------------------------------|---------------------------------------------------------|
22-
| [uv](https://docs.astral.sh/uv/) | "An extremely fast Python package and project manager, written in Rust" |
23-
| [Pytest](https://pytest.org) | "A mature full-featured Python testing tool" |
24-
| [ruff](https://docs.astral.sh/ruff/) | "An extremely fast Python linter and code formatter, written in Rust" |
20+
| Tool | Description |
21+
|--------------------------------------------|------------------------------------------------------------------------|
22+
| [uv](https://docs.astral.sh/uv/) | "An extremely fast Python package and project manager, written in Rust" |
23+
| [Pytest](https://pytest.org) | "A mature full-featured Python testing tool" |
24+
| [ruff](https://docs.astral.sh/ruff/) | "An extremely fast Python linter and code formatter, written in Rust" |
25+
| [PyYAML](https://pypi.org/project/PyYAML/) | "YAML file parsing" |
2526

2627
---
2728

gendiff/pars_yaml.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
def open_ymlf(path) -> dict:
55
with open(path) as file:
66
return yaml.load(file, yaml.Loader)
7-
8-
print(open_ymlf('/home/ttehasi/python-project-50/tests/test_data/file2.yml'))

0 commit comments

Comments
 (0)