Skip to content

Commit f60ba6b

Browse files
fix pylint error in dash-renderer
1 parent 0531b16 commit f60ba6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dash/dash-renderer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from setuptools import setup
33

4-
with open("package.json") as fp:
4+
with open("package.json", "rb") as fp:
55
package = json.load(fp)
66

77
setup(

0 commit comments

Comments
 (0)