Skip to content

Commit 9566588

Browse files
committed
Run latest black against code
1 parent c2a7d74 commit 9566588

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

geoip2/database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
======================
55
66
"""
7+
78
import inspect
89
import os
910
from typing import Any, AnyStr, cast, IO, List, Optional, Type, Union

geoip2/mixins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This package contains utility mixins"""
2+
23
# pylint: disable=too-few-public-methods
34
from abc import ABCMeta
45
from typing import Any

geoip2/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
https://dev.maxmind.com/geoip/docs/web-services?lang=en for more details.
1111
1212
"""
13+
1314
# pylint: disable=too-many-instance-attributes,too-few-public-methods
1415
import ipaddress
1516
from abc import ABCMeta

geoip2/records.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
=======
55
66
"""
7+
78
# pylint:disable=too-many-arguments,too-many-instance-attributes,too-many-locals
89

910
import ipaddress

0 commit comments

Comments
 (0)