Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 15, 2021
1 parent ba5e7e6 commit add7597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unihan_db/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def console_to_str(s):
console_encoding = sys.__stdout__.encoding

def console_to_str(s):
""" From pypa/pip project, pip.backwardwardcompat. License MIT. """
"""From pypa/pip project, pip.backwardwardcompat. License MIT."""
try:
return s.decode(console_encoding)
except UnicodeDecodeError:
Expand Down

0 comments on commit add7597

Please sign in to comment.