Unverified Commit e2482af4 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Add temporary replacement of punctuation

parent 71167b27
...@@ -5,6 +5,9 @@ import sys ...@@ -5,6 +5,9 @@ import sys
from string import punctuation from string import punctuation
from typing import List, Tuple, Dict from typing import List, Tuple, Dict
# Temporary replacement
# The descriptions that contain () at the end must adapt to the new policy later
punctuation = punctuation.replace('()', '')
anchor = '###' anchor = '###'
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No'] auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment