We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687a929 commit 108bf38Copy full SHA for 108bf38
minfraud/models.py
@@ -5,6 +5,7 @@
5
This module contains models for the minFraud response object.
6
7
"""
8
+
9
# pylint:disable=too-many-lines
10
from collections import namedtuple
11
from functools import update_wrapper
minfraud/version.py
@@ -1,2 +1,3 @@
1
"""Internal module for version (to prevent cyclic imports)"""
2
3
__version__ = "2.9.0"
0 commit comments