Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzhnenko committed Jan 27, 2024
1 parent f594e14 commit d1b92b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ max-complexity = 18
per-file-ignores =
tests/test_v2.py: E501
tests/test_v3.py: E501
tests/test_v31.py: E501
select = B,C,E,F,W,T4,B9
2 changes: 1 addition & 1 deletion openapidocs/v3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
This module defines classes that can be used to generate OpenAPI Documentation
version 3.
https://swagger.io/specification/
https://swagger.io/specification/v3/
"""
from abc import ABC
from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion openapidocs/v31.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This module defines classes that can be used to generate OpenAPI Documentation
version 3.
version 3.1.
https://swagger.io/specification/
"""
from abc import ABC
Expand Down

0 comments on commit d1b92b8

Please sign in to comment.