Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Nov 21, 2023
1 parent 042bc04 commit 0168cbf
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ def __init__(
req_level = f"[Requirement Level]({attribute_req_level_url})"
type = f"[Type]({spec_root_url}/specification/common/README.md#attribute)"

self.table_headers = f"| Attribute | {type} | Description | Examples | {req_level} |\n|---|---|---|---|---|\n"
self.table_headers = (
f"| Attribute | {type} | Description | Examples | {req_level} |"
"\n|---|---|---|---|---|\n"
)
self.table_headers_omitting_req_level = (
f"| Attribute | {type} | Description | Examples |\n|---|---|---|---|\n"
)
Expand Down

0 comments on commit 0168cbf

Please sign in to comment.