Skip to content

Commit

Permalink
control-service: remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: mrMoZ1 <[email protected]>
  • Loading branch information
mrMoZ1 committed May 18, 2023
1 parent 8edba36 commit 611a03e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClientBuilder;
import com.amazonaws.services.securitytoken.model.AssumeRoleRequest;
import java.util.UUID;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;

/**
Expand All @@ -25,7 +24,6 @@
* comments or https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html
*/
@Service
@Slf4j
public class AWSCredentialsService {

public record AWSCredentialsDTO(
Expand Down

0 comments on commit 611a03e

Please sign in to comment.