mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Replace isort with ruff
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# License: GPL v3 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
base = os.path.dirname(os.path.abspath(__file__))
|
||||
unframed_src = os.path.join(base, 'kitty.svg')
|
||||
|
||||
Reference in New Issue
Block a user