Skip to content

Commit

Permalink
Added removed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Jan 16, 2025
1 parent 36e4451 commit a4512a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ def setup_requires_array

dep.name + dep.requirements.first[:requirement].to_s
end
ends
end

sig { returns(T.untyped) }
def extras_require_hash
@extras_require_hash = T.let(Hash, T.untyped)
@extras_require_hash = T.let(T.untyped, T.untyped)
@extras_require_hash ||=
begin
hash = {}
Expand Down

0 comments on commit a4512a5

Please sign in to comment.