[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()
|
out = StringIO()
|
||||||
with mock.patch(
|
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",
|
"text": "myfields.TextField",
|
||||||
"bigint": "BigIntegerField",
|
"bigint": "BigIntegerField",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user