From 1c6bf8aa3ff39ecba301e2f6fd79784f4a1004f5 Mon Sep 17 00:00:00 2001 From: "{{ github.actor }}" Date: Thu, 26 Sep 2024 22:31:40 +0000 Subject: [PATCH] Style Reformatting --- screenshot/common/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot/common/downloader.py b/screenshot/common/downloader.py index ee18238..85fb748 100644 --- a/screenshot/common/downloader.py +++ b/screenshot/common/downloader.py @@ -150,7 +150,7 @@ def get_extension_location(self, name: str) -> Optional[pathlib.Path]: else None ) - def get_os(self) -> str: + def get_os(self) -> str: return "{}{}".format(self.get_os_name(), 64 if platform.machine().endswith("64") else 32) def set_driver_downloaded(self) -> None: