[4.0.x] Fixed E501 flake8 error.
This commit is contained in:
parent
2990e6fe8f
commit
b880e20876
@ -388,7 +388,8 @@ class InspectDBTestCase(TestCase):
|
||||
"""
|
||||
out = StringIO()
|
||||
with mock.patch(
|
||||
"django.db.connection.introspection.data_types_reverse.base_data_types_reverse",
|
||||
"django.db.connection.introspection.data_types_reverse."
|
||||
"base_data_types_reverse",
|
||||
{
|
||||
"text": "myfields.TextField",
|
||||
"bigint": "BigIntegerField",
|
||||
|
Loading…
x
Reference in New Issue
Block a user