Skip to content

Commit

Permalink
flake8: Fix whitespace issue
Browse files Browse the repository at this point in the history
Remove extra newline

Signed-off-by: Martin Basti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Nov 25, 2022
1 parent 06e6f51 commit 3b3091b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def test_get_baseimg_from_df(self, dfparser):
dfparser.lines = ["From fedora:latest\n",
"LABEL a b\n"]
assert dfparser.baseimage == 'fedora:latest'


def test_get_baseimg_from_df_with_platform(self, dfparser):
dfparser.lines = ["From --platform=linux/amd64 fedora:latest\n",
Expand Down

0 comments on commit 3b3091b

Please sign in to comment.