Skip to content

Commit

Permalink
Fix readme error
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Jan 18, 2024
1 parent 37ae356 commit 6b7b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ import sys

laz = LazyImporter([
IfElseImporter(
condition=sys.version_info >= (3, 11),
condition=sys.version_info >= (3, 12),
module_name="tomllib",
else_module_name="tomli",
asname="tomllib",
Expand Down

0 comments on commit 6b7b896

Please sign in to comment.