Skip to content

Commit

Permalink
fix: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nannan00 committed Nov 16, 2023
1 parent d8ba53b commit 96518f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bk-user/tests/test_utils/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from bkuser.apps.data_source.models import DataSource, DataSourceUser
from bkuser.apps.tenant.models import Tenant, TenantManager, TenantUser
from bkuser.auth.models import User

from tests.test_utils.helpers import generate_random_string


Expand Down
1 change: 1 addition & 0 deletions src/bk-user/tests/test_utils/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
DataSourceUser,
DataSourceUserLeaderRelation,
)

from tests.test_utils.helpers import generate_random_string


Expand Down
1 change: 1 addition & 0 deletions src/bk-user/tests/test_utils/natural_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from bkuser.apps.data_source.models import DataSourceUser
from bkuser.apps.natural_user.models import DataSourceUserNaturalUserRelation, NaturalUser

from tests.test_utils.helpers import generate_random_string


Expand Down

0 comments on commit 96518f2

Please sign in to comment.