Skip to content

Commit

Permalink
fix pylint error in dash-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert-coef committed Feb 15, 2024
1 parent 1666f5d commit 3e26066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dash/dash-renderer/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from setuptools import setup

with open("package.json") as fp:
with open("package.json", "rb") as fp:
package = json.load(fp)

setup(
Expand Down

0 comments on commit 3e26066

Please sign in to comment.