Skip to content

Commit 96cebe3

Browse files
fix png.py tests
1 parent cb72f88 commit 96cebe3

File tree

1 file changed

+0
-14
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+0
-14
lines changed

Diff for: packages/python/plotly/plotly/express/png.py

-14
Original file line numberDiff line numberDiff line change
@@ -2348,17 +2348,3 @@ def cli_open(path):
23482348
if path == "-":
23492349
return binary_stdin()
23502350
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

Comments
 (0)