You've already forked macports-smtpselfservice
mirror of
https://github.com/macports/macports-smtpselfservice.git
synced 2026-07-13 03:18:45 -07:00
Adapt to newer black version requirements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
A Flask webapp to allow setting a password in a database.
|
||||
"""
|
||||
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
from flask import Flask, flash, url_for, redirect, render_template, request
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Module containing the configuration options for this Flask application.
|
||||
"""
|
||||
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
import os
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Forms used for setting the password.
|
||||
"""
|
||||
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
from flask_wtf import FlaskForm
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
GitHub API wrapper to obtain the localpart of our preferred email domain.
|
||||
"""
|
||||
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user