mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Use punctuation constant built-in
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user