Skip to content

Commit

Permalink
schema: Workaround weird flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Aug 2, 2024
1 parent 5253e6b commit d9c32b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kcidb_io/schema/v04_00.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class Version(PreviousVersion):
"examples": [
"https://git.kernel.org/pub/scm/linux/kernel/git/"
"torvalds/linux.git",
],
], # noqa: E122, silly flake8
},
"git_commit_hash": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion kcidb_io/schema/v04_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Version(PreviousVersion):
"examples": [
"https://git.kernel.org/pub/scm/linux/kernel/git/"
"torvalds/linux.git",
],
], # noqa: E122, silly flake8
},
"git_commit_hash": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion kcidb_io/schema/v04_02.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Version(PreviousVersion):
"examples": [
"https://git.kernel.org/pub/scm/linux/kernel/git/"
"torvalds/linux.git",
],
], # noqa: E122, silly flake8
},
"git_commit_hash": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion kcidb_io/schema/v04_03.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class Version(PreviousVersion):
"examples": [
"https://git.kernel.org/pub/scm/linux/kernel/git/"
"torvalds/linux.git",
],
], # noqa: E122, silly flake8
},
"git_commit_hash": {
"type": "string",
Expand Down

0 comments on commit d9c32b3

Please sign in to comment.