dominicprice / endplay

A suite of tools for generation and analysis of bridge deals. Read the documentation at https://endplay.readthedocs.io
MIT License
21 stars 5 forks source link

Will you rename json.py? #54

Open ThorvaldAagaard opened 3 weeks ago

ThorvaldAagaard commented 3 weeks ago

When I run commands like

pip list

in the endplay project in directory /src/endplay/parsers

I get this error:

AttributeError: partially initialized module 'json' has no attribute 'loads' (most likely due to a circular import)

renaming json.py to jasonx.py solves the problem.