Use punctuation constant built-in

This commit is contained in:
Matheus Felipe 2022-01-16 23:41:41 -03:00
parent f447f7c76e
commit 71167b2716
No known key found for this signature in database
GPG key ID: AA785C523274872F

View file

@ -2,12 +2,12 @@
import re
import sys
from string import punctuation
from typing import List, Tuple, Dict
anchor = '###'
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']
punctuation = ['.', '?', '!']
https_keys = ['Yes', 'No']
cors_keys = ['Yes', 'No', 'Unknown']