ValdonVitija / pyggester

Elevate your 🐍 code with optimal data structure recommendations from pyggester.
MIT License
86 stars 5 forks source link

'Subscript' object has no attribute 'id' #4

Open jyotirmay123 opened 9 months ago

jyotirmay123 commented 9 months ago

I have a fastapi application running on uvicorn.

tried to transform the main.py which holds the fastapi app inside a module called backend.

with pyggest transform backend

It gives below error:

Enter the name of the main file: main.py 'Subscript' object has no attribute 'id'

ValdonVitija commented 9 months ago

This will be addressed in the next release. If you can provide more info, that would be extremely helpful.

Thank you.