-
Notifications
You must be signed in to change notification settings - Fork 3
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
cleanup.py invalid syntax #16
Comments
Hello, great to hear you've found this helper script useful! I wonder if the issue you are seeing is due to the -> return type annotation since I see this is the only function in that file with that syntax. Which python version are you running? |
Ok. More Infos for you :) Sorry Traceback (most recent call last): |
Hey guys,
thanks for this awesome little helper.
I have problems to get it running.
When I do
python cleanup.py 100
It says:
File "cleanup.py", line 27
def get_email_headers(email) -> dict:
^
SyntaxError: invalid syntax
exit 1
Any help
The text was updated successfully, but these errors were encountered: