We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb72f88 commit 96cebe3Copy full SHA for 96cebe3
packages/python/plotly/plotly/express/png.py
@@ -2348,17 +2348,3 @@ def cli_open(path):
2348
if path == "-":
2349
return binary_stdin()
2350
return open(path, "rb")
2351
-
2352
2353
-def main(argv):
2354
- """
2355
- Run command line PNG.
2356
2357
- print("What should the command line tool do?", file=sys.stderr)
2358
2359
2360
-if __name__ == "__main__":
2361
- try:
2362
- main(sys.argv)
2363
- except Error as e:
2364
- print(e, file=sys.stderr)
0 commit comments