Skip to content

Commit

Permalink
Revert even more unnecessary code style changes in
Browse files Browse the repository at this point in the history
cycletime_test.py
  • Loading branch information
Dmytro Lapshyn committed Dec 16, 2020
1 parent 57312da commit a0f847e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jira_agile_metrics/calculators/cycletime_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def jira(custom_fields):
customfield_100=None,
changes=[
Change(
"2018-01-02 10:01:01", [("Flagged", None, "Impediment", "customfield_100")]
"2018-01-02 10:01:01",
[("Flagged", None, "Impediment", "customfield_100")],
),
Change(
"2018-01-03 01:00:00", [("Flagged", "Impediment", "", "customfield_100")]
Expand Down Expand Up @@ -107,7 +108,8 @@ def jira(custom_fields):
],
),
Change(
"2018-01-04 10:01:01", [("Flagged", None, "Impediment", "customfield_100")]
"2018-01-04 10:01:01",
[("Flagged", None, "Impediment", "customfield_100")],
), # should clear two days later when issue resolved
Change(
"2018-01-05 01:01:01",
Expand Down

0 comments on commit a0f847e

Please sign in to comment.