Skip to content

Commit

Permalink
Re-blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Aug 26, 2018
1 parent 9ba0724 commit 040c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def docs(session):
sphinx_cmd = "sphinx-build"
else:
sphinx_cmd = "sphinx-autobuild"
sphinx_args.insert(0, '--open-browser')
sphinx_args.insert(0, "--open-browser")

session.run(sphinx_cmd, *sphinx_args)

0 comments on commit 040c935

Please sign in to comment.