remove stripe and anthropic. (#1746)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import stripe
|
||||
|
||||
|
||||
def init_app(app):
|
||||
if app.config.get('STRIPE_API_KEY'):
|
||||
stripe.api_key = app.config.get('STRIPE_API_KEY')
|
Reference in New Issue
Block a user