Skip to content

Commit

Permalink
Remove unused import from combining domains
Browse files Browse the repository at this point in the history
Since we no longer make multiple calls we don't need both calls from
unit testing anymore
  • Loading branch information
DavidFair committed Jan 31, 2025
1 parent 491528a commit 200b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/openstack_api/test_openstack_roles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from unittest.mock import MagicMock, call
from unittest.mock import MagicMock
import pytest

from enums.user_domains import UserDomains
Expand Down

0 comments on commit 200b4f9

Please sign in to comment.