Skip to content

Commit

Permalink
fix broken syntax for older Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Apr 16, 2020
1 parent 5424ac8 commit af75a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ def __init__(
pip_version="19.1",
sys_path=None,
config_vars=None,
**kwargs,
**kwargs
):
super(MockEnv, self).__init__(**kwargs)

Expand Down

0 comments on commit af75a4d

Please sign in to comment.