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 fea8835 commit 88a802bCopy full SHA for 88a802b
highcharts_core/constants.py
@@ -22,7 +22,7 @@
22
try:
23
MODULE_REQUIREMENTS = json.load(module_requirements)
24
except AttributeError:
25
- MODULE_REQUIRE = json.loads(module_requirements.read())
+ MODULE_REQUIREMENTS = json.loads(module_requirements.read())
26
27
28
class EnforcedNullType:
0 commit comments