SanjinDedic / agent_games

Secure, extensible agent competition platform API build with FastAPI, SQLmodel, Pydantic and Docker
9 stars 2 forks source link

Refactor imports for improved readability #100

Closed abaruchi closed 4 days ago

abaruchi commented 4 days ago

Reorganized and grouped imports for enhanced readability and maintainability across multiple files. This includes separating standard library imports, third-party imports, and local imports with clear distinctions.

SanjinDedic commented 4 days ago

Thanks so much Arturl. These look cleaner :)