We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416de87 commit f25b950Copy full SHA for f25b950
pulpcore/tasking/tasks.py
@@ -13,7 +13,7 @@
13
from gettext import gettext as _
14
15
from django.conf import settings
16
-from django.db import connection, transaction
+from django.db import connection, transaction # noqa: F401
17
from django.db.models import Model, Max
18
from django_guid import get_guid
19
from pulpcore.app.apps import MODULE_PLUGIN_VERSIONS
0 commit comments