mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Remove no longer needed type: ignore
Looks like the type signature for runpy.run_path has finally been fixed
This commit is contained in:
2
setup.py
2
setup.py
@@ -1086,7 +1086,7 @@ def package(args: Options, bundle_type: str) -> None:
|
||||
else:
|
||||
build_launcher(args, launcher_dir, bundle_type)
|
||||
os.makedirs(os.path.join(libdir, 'logo'))
|
||||
build_terminfo = runpy.run_path('build-terminfo', run_name='import_build') # type: ignore
|
||||
build_terminfo = runpy.run_path('build-terminfo', run_name='import_build')
|
||||
for x in (libdir, os.path.join(ddir, 'share')):
|
||||
odir = os.path.join(x, 'terminfo')
|
||||
safe_makedirs(odir)
|
||||
|
||||
Reference in New Issue
Block a user