Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 18, 2022
1 parent ab4ba58 commit 59c9130
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.quarkiverse.githubapp.testing.dsl;

import io.smallrye.graphql.client.dynamic.api.DynamicGraphQLClient;
import org.kohsuke.github.GHIssue;
import org.kohsuke.github.GHIssueComment;
import org.kohsuke.github.GHObject;
Expand All @@ -9,6 +8,8 @@
import org.kohsuke.github.GHTeam;
import org.kohsuke.github.GitHub;

import io.smallrye.graphql.client.dynamic.api.DynamicGraphQLClient;

public interface GitHubMockContext {

GitHub client(long id);
Expand Down

0 comments on commit 59c9130

Please sign in to comment.