mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-12 23:58:31 +00:00
Fix lint
This commit is contained in:
parent
8cad76b2cf
commit
ba77812a85
@ -79,7 +79,6 @@ class QuicProxyWrapper
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def family=(value)
|
||||
@conn.family = value
|
||||
end
|
||||
@ -175,15 +174,15 @@ end
|
||||
|
||||
# We're just using this to retreive the headers from add_yt_headers
|
||||
class HackyHeaderRetrevialClass
|
||||
def initialize()
|
||||
def initialize
|
||||
@headers_dict = {} of String => String
|
||||
end
|
||||
|
||||
def headers()
|
||||
def headers
|
||||
return @headers_dict
|
||||
end
|
||||
|
||||
def resource()
|
||||
def resource
|
||||
return ""
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user