mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Update codebase to Python 3.10 using pyupgrade
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# License: GPLv3 Copyright: 2021, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
import os
|
||||
from collections.abc import Generator
|
||||
from contextlib import contextmanager
|
||||
from typing import Generator
|
||||
|
||||
_cwd = _home = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user