Skip to content

Commit

Permalink
Fix lint error by ignoring ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Nov 14, 2018
1 parent c2c9fd8 commit f335ff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_repo_status.py
Expand Up @@ -8,8 +8,8 @@

from GitSavvy.core.git_command import GitCommand


TestShortBranchStatusTestcases = [
# noqa: E122
(
"## optimize-status-interface",
"optimize-status-interface"
Expand Down Expand Up @@ -103,6 +103,7 @@ def test_format_branch_status_for_statusbar(self, status_lines, expected):


TestLongBranchStatusTestcases = [
# noqa: E122
(
"## optimize-status-interface",
"On branch `optimize-status-interface`."
Expand Down Expand Up @@ -250,4 +251,4 @@ def test_format_branch_status_for_status_dashboard(self, status_lines, expected)
## optimize-status-interface...fork/optimize-status-interface [ahead 1]
M core/interfaces/status.py
?? tests/test_repo_status.py
"""
"""

0 comments on commit f335ff2

Please sign in to comment.