Skip to content

Fixing a small bug

Compare
Choose a tag to compare
@trevorflahardy trevorflahardy released this 12 Oct 16:29

Fixed issue:

  File "C:\Users\person\AppData\Local\Programs\Python\Python38\lib\site-packages\tixte\__init__.py", line 7, in <module>
    from .client import *
  File "C:\Users\person\AppData\Local\Programs\Python\Python38\lib\site-packages\tixte\client.py", line 25, in <module>
    from .http import HTTP
  File "C:\Users\person\AppData\Local\Programs\Python\Python38\lib\site-packages\tixte\http.py", line 45, in <module>
    from . import utils, __version__
  File "C:\Users\person\AppData\Local\Programs\Python\Python38\lib\site-packages\tixte\utils.py", line 29, in <module>
    def to_json(string: str) -> dict[Any, Any]:
TypeError: 'type' object is not subscriptable