Skip to content

Commit

Permalink
Fixes typo in typing_extensions requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-schneider committed Mar 14, 2022
1 parent eb4b20c commit a0e2b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ antlr4-python3-runtime==4.8
PyYAML>=5.1.0
# Use dataclasses backport for Python 3.6.
dataclasses;python_version=='3.6'
typing_extensionsl;python_version<='3.7'
typing_extensions;python_version<='3.7'

0 comments on commit a0e2b35

Please sign in to comment.