OSlash icon indicating copy to clipboard operation
OSlash copied to clipboard

fix https://github.com/dbrattli/OSlash/issues/35

Open banderlog opened this issue 4 months ago • 0 comments

  • https://github.com/dbrattli/OSlash/issues/35
  • https://github.com/python/typing_extensions/issues/372

This happens because you're mixing typing.Protocol with typing_extensions.runtime_checkable. If you either import both symbols from typing or both symbols from typing_extensions, the error goes away.

banderlog avatar Apr 20 '24 21:04 banderlog