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

fix(planner/python): Matched ) is not required #214

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

pan93412
Copy link
Member

Description (required)

It is for fixing such cases:

FastAPI(   # no trailing ')'
    name="app"
)

Related issues & labels (optional)

  • Closes ZEA-2586
  • Suggested label: bug

@pan93412 pan93412 self-assigned this Feb 15, 2024
@pan93412 pan93412 added the bug Something isn't working label Feb 15, 2024
It is for fixing such cases:

    FastAPI(   # no trailing ')'
        name="app"
    )
@pan93412 pan93412 force-pushed the pan93412/ZEA-2586-wsgi-consturctor branch from 38dd903 to a77bb80 Compare February 15, 2024 02:57
@pan93412 pan93412 changed the title fix(planner/php): Matched ) is not required fix(planner/python): Matched ) is not required Feb 15, 2024
@pan93412 pan93412 marked this pull request as draft February 15, 2024 02:58
@pan93412 pan93412 marked this pull request as ready for review February 15, 2024 03:04
@yuaanlin yuaanlin merged commit 781fe8f into main Feb 15, 2024
@yuaanlin yuaanlin deleted the pan93412/ZEA-2586-wsgi-consturctor branch February 15, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants