Skip to content

Commit 59d33c6

Browse files
authored
Merge pull request #135 from maxmind/greg/new-black
Run latest black against code
2 parents 687a929 + 108bf38 commit 59d33c6

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)