Skip to content

Commit 235af5c

Browse files
author
Gonchik Tsymzhitov
committed
Bamboo: replace f-strings
1 parent 708e8f8 commit 235af5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.2

atlassian/bamboo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def results(
357357
elements_key="results",
358358
element_key="result",
359359
label=label,
360-
**params,
360+
**params
361361
)
362362

363363
def latest_results(

0 commit comments

Comments
 (0)