Skip to content

Commit

Permalink
fix png.py tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Sep 3, 2020
1 parent cb72f88 commit 96cebe3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/python/plotly/plotly/express/png.py
Original file line number Diff line number Diff line change
Expand Up @@ -2348,17 +2348,3 @@ def cli_open(path):
if path == "-":
return binary_stdin()
return open(path, "rb")


def main(argv):
"""
Run command line PNG.
"""
print("What should the command line tool do?", file=sys.stderr)


if __name__ == "__main__":
try:
main(sys.argv)
except Error as e:
print(e, file=sys.stderr)

0 comments on commit 96cebe3

Please sign in to comment.