Skip to content

Commit

Permalink
Format with autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google committed Feb 1, 2021
1 parent ad54adf commit 9469a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/cli/generate_with_pandoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if __name__ == '__main__':
os.environ['PYPANDOC_PANDOC'] = os.path.join(
os.path.abspath(__file__).rsplit("gapic", 1)[0], "pandoc")
os.path.abspath(__file__).rsplit("gapic", 1)[0], "pandoc")
os.environ['LC_ALL'] = 'C.UTF-8'
os.environ['PYTHONNOUSERSITE'] = 'True'

Expand Down

0 comments on commit 9469a41

Please sign in to comment.