Skip to content

Commit

Permalink
black formated
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Feb 5, 2019
1 parent fcad381 commit f9172be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ def test_mkstatic_override_styles(self):

runner = CliRunner()
result = runner.invoke(
cli.mkstatic, [
presentation_file, "-o", output_folder, "-s", style_file
]
cli.mkstatic,
[presentation_file, "-o", output_folder, "-s", style_file],
)

self.assertEqual(result.exit_code, 0)
Expand Down

0 comments on commit f9172be

Please sign in to comment.