From 9332f00a26a48c74beb1d112bc8c93a321d432cf Mon Sep 17 00:00:00 2001 From: jerabekjiri Date: Fri, 21 Jul 2023 17:05:45 +0200 Subject: [PATCH] fix linter Issue: AAH-2382 --- dev/common/setup_test_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/common/setup_test_data.py b/dev/common/setup_test_data.py index e8498ef17f..5c066b9ec6 100755 --- a/dev/common/setup_test_data.py +++ b/dev/common/setup_test_data.py @@ -1,5 +1,3 @@ -import os - from django.contrib.contenttypes.models import ContentType from django.conf import settings from pulpcore.plugin.models.role import GroupRole, Role