Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 committed Nov 15, 2024
1 parent 647cb9b commit 4d02eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ def _get_bug_comments(self, bug_id: str) -> list[dict[str, Any]]:

json_res: dict = response.json()
comments: list[dict[str, Any]] = json_res['bugs'][str(bug_id)]['comments']
return comments
return comments
2 changes: 1 addition & 1 deletion jenkins_pipelines/scripts/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
sys.path.append(JSON_GENERATOR_SOURCE_PATH)

BSC_FINDER_SOURCE_PATH = os.path.join(PROJECT_PATH,"bsc_list_generator")
sys.path.append(BSC_FINDER_SOURCE_PATH)
sys.path.append(BSC_FINDER_SOURCE_PATH)
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Mon Aug 19 12:10:33 UTC 2024 - Test User <[email protected]>
* Bugs mentioned
bsc#8, bsc#9

-------------------------------------------------------------------
-------------------------------------------------------------------

0 comments on commit 4d02eae

Please sign in to comment.