Skip to content

Commit 030fa1b

Browse files
authored
Merge pull request #4 from openapi-json-schema-tools/oajs_count_analysis_fix
Fixes counts
2 parents b27bdf0 + 49d9595 commit 030fa1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ via vscode code counter tool
2525
| -------- | ----- | ---- |
2626
| openapi_generator_python_nextgen | 27 | 2712 |
2727
| openapi_generator_python_prior | 30 | 5075 |
28-
| openapi_json_schema_generator_python | 365 | 9911
28+
| openapi_json_schema_generator_python | 365 | 9527
2929

3030

3131
### openapi_json_schema_generator_python breakdown
32-
- 5.7k src/openapi_client/paths
32+
- 4.7k src/openapi_client/paths
3333
- ~ 50% of this is in operation.py
34-
- 3.3k 7 files in src/openapi_client
34+
- 3.2k 7 files in src/openapi_client
3535
- api_client.py + schemas.py are big
3636
- most of this comes from the 3x operation typing overloads
3737

0 commit comments

Comments
 (0)