Skip to content

Commit f25b950

Browse files
committed
flake8 cant see we are still using django.db.connection
1 parent 416de87 commit f25b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulpcore/tasking/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from gettext import gettext as _
1414

1515
from django.conf import settings
16-
from django.db import connection, transaction
16+
from django.db import connection, transaction # noqa: F401
1717
from django.db.models import Model, Max
1818
from django_guid import get_guid
1919
from pulpcore.app.apps import MODULE_PLUGIN_VERSIONS

0 commit comments

Comments
 (0)