Skip to content

Conversation

@konac-hamza
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@gtema gtema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this MUST happen inside the provider (not on the backend driver, the provider itself) and not the API

use crate::identity::{MockIdentityProvider, types::*};
use crate::provider::Provider;
use crate::resource::{MockResourceProvider, types::Project};
use crate::revoke::{MockRevokeProvider, types::RevocationEventCreate};

Check warning

Code scanning / clippy

unused imports: MockRevokeProvider and types::RevocationEventCreate Warning

unused imports: MockRevokeProvider and types::RevocationEventCreate
use crate::identity::{MockIdentityProvider, types::*};
use crate::provider::Provider;
use crate::resource::{MockResourceProvider, types::Project};
use crate::revoke::{MockRevokeProvider, types::RevocationEventCreate};

Check warning

Code scanning / clippy

unused imports: MockRevokeProvider and types::RevocationEventCreate Warning

unused imports: MockRevokeProvider and types::RevocationEventCreate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants