mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
rename typing module to avoid conflicts with stdlib typing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from typing import Callable, Union
|
||||
|
||||
from kitty.typing import ReadableBuffer, WriteableBuffer
|
||||
from kitty.typing_compat import ReadableBuffer, WriteableBuffer
|
||||
|
||||
class RsyncError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user