Skip to content

Commit 108bf38

Browse files
committed
Run latest black against code
1 parent 687a929 commit 108bf38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

minfraud/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
This module contains models for the minFraud response object.
66
77
"""
8+
89
# pylint:disable=too-many-lines
910
from collections import namedtuple
1011
from functools import update_wrapper

minfraud/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""Internal module for version (to prevent cyclic imports)"""
2+
23
__version__ = "2.9.0"

0 commit comments

Comments
 (0)