Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update imports, rename files #54

Closed
andrii-balitskyi opened this issue May 16, 2024 · 0 comments · Fixed by #63
Closed

Update imports, rename files #54

andrii-balitskyi opened this issue May 16, 2024 · 0 comments · Fixed by #63

Comments

@andrii-balitskyi
Copy link
Collaborator

  • use relative imports:
    from seam.routes.access_codes_simulate import AccessCodesSimulate -> from .access_codes_simulate import AccessCodesSimulate
  • rename seam/routes/routes.py to seam/routes/__init__.py
  • rename seam/routes/types.py to seam/routes/models.py
  • rename seam/types.py to seam/models.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant