i love autopep8

Authored by: bashonly
This commit is contained in:
bashonly 2025-04-27 18:49:56 -05:00
parent 024f8e6524
commit 9305dadf9d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -323,7 +323,7 @@ class LinkedInEventsIE(InfoExtractor):
'year': ('dateOn', 'year'),
'month': ('dateOn', 'month'),
'day': ('dateOn', 'day'),
'hour': ('timeOfDay', 'hour'),
'hour': ('timeOfDay', 'hour'),
'minute': ('timeOfDay', 'minute'),
'second': ('timeOfDay', 'second'),
}), expected_type=int_or_none)