Skip to content

Commit

Permalink
update to fix char decode
Browse files Browse the repository at this point in the history
  • Loading branch information
Corfucinas committed Jul 7, 2020
1 parent 4acb54b commit 2d58f0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
"""All Nox sessions."""
# Special thanks to Claudio Jolowicz and his series Hypermodern Python
# https://cjolowicz.github.io/posts/hypermodern-python-01-setup/

import tempfile
from typing import Any
Expand Down Expand Up @@ -168,3 +166,6 @@ def docs(session: Session) -> None:
session.run(
'sphinx-build', 'docs', 'docs/_build/html',
)

# Special thanks to Claudio Jolowicz and his series Hypermodern Python
# https://cjolowicz.github.io/posts/hypermodern-python-01-setup/

0 comments on commit 2d58f0d

Please sign in to comment.