aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/model
diff options
context:
space:
mode:
authorJ08nY2017-07-17 19:03:08 +0200
committerJ08nY2017-07-17 19:03:08 +0200
commit8fe73c6364c873e1bd52286353c3f79a4486127a (patch)
treeb6b51769fb2f45150a83be7d7231f60ed9b6b88a /src/mailman_pgp/model
parent8de6bac71e3966d89523dbdb4449efe86af3586f (diff)
downloadmailman-pgp-8fe73c6364c873e1bd52286353c3f79a4486127a.tar.gz
mailman-pgp-8fe73c6364c873e1bd52286353c3f79a4486127a.tar.zst
mailman-pgp-8fe73c6364c873e1bd52286353c3f79a4486127a.zip
Diffstat (limited to 'src/mailman_pgp/model')
-rw-r--r--src/mailman_pgp/model/sighash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/model/sighash.py b/src/mailman_pgp/model/sighash.py
index 0c61e38..2dddc02 100644
--- a/src/mailman_pgp/model/sighash.py
+++ b/src/mailman_pgp/model/sighash.py
@@ -16,7 +16,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
""""""
-from sqlalchemy import LargeBinary, Column, String, DateTime
+from sqlalchemy import Column, DateTime, LargeBinary, String
from mailman_pgp.model.base import Base