Skip to content

Commit 06355c2

Browse files
author
Itamar Shalev
committed
fix linter issues
Signed-off-by: Itamar Shalev <[email protected]>
1 parent 07484c8 commit 06355c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"common": "common",
6161
}
6262

63+
6364
class CacheNotExist(Exception):
6465
pass
6566

@@ -666,7 +667,6 @@ def main() -> None:
666667

667668
options = parser.parse_args()
668669

669-
670670
if options.platform is None:
671671
platform_env = os.environ.get('TLDR_PLATFORM', '').strip().lower()
672672
if platform_env in OS_DIRECTORIES:

0 commit comments

Comments
 (0)