We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the search for """ isn't respecting commented out code:
"""
# For future implementation # def base_url(self) -> str: # """ # Generate SCIM base url # """ # return "https://app.asana.com/api/1.0/scim/"
becomes:
Which is a syntax error, since it is uncommenting one of the """.
The text was updated successfully, but these errors were encountered:
alright ill try fix that but can i know which file is that
Sorry, something went wrong.
Thanks for reporting @dragonpaw :-)
@HazeeqHaikal if you could provide a PR that would be very nice...
No branches or pull requests
Currently the search for
"""
isn't respecting commented out code:becomes:
Which is a syntax error, since it is uncommenting one of the """.
The text was updated successfully, but these errors were encountered: