Skip to content

Commit 88a802b

Browse files
committed
Fixed typo.
1 parent fea8835 commit 88a802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highcharts_core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
try:
2323
MODULE_REQUIREMENTS = json.load(module_requirements)
2424
except AttributeError:
25-
MODULE_REQUIRE = json.loads(module_requirements.read())
25+
MODULE_REQUIREMENTS = json.loads(module_requirements.read())
2626

2727

2828
class EnforcedNullType:

0 commit comments

Comments
 (0)