fix linter

unrelated to this MR but should fix the linter
This commit is contained in:
lesander 2020-11-11 13:59:21 +01:00 committed by GitHub
parent aa8b701490
commit a683e1ee24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,9 @@ def get_time(x):
try:
time = x.find_element_by_tag_name("abbr").get_attribute("title")
time = (
str("%02d" % int(time.split(", ")[1].split()[1]),)
str(
"%02d" % int(time.split(", ")[1].split()[1]),
)
+ "-"
+ str(
(