Skip to content

Commit

Permalink
Lets not force typing then
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Apr 27, 2020
1 parent 216e6e2 commit e9cbbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/console/commands/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def handle(self):

return 0

required_by = {} # type: Dict[str, str]
required_by = {}
for locked in locked_packages:
dependencies = {d.name: d.pretty_constraint for d in locked.requires}

Expand Down

0 comments on commit e9cbbe7

Please sign in to comment.