Skip to content

Commit

Permalink
- Changes from CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jun 13, 2024
1 parent b32fa82 commit 73202fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github_integration/gh_api_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from github.RateLimit import RateLimit
from github.Repository import Repository

from src.github_integration.model.issue import Issue
from src.github_integration.model.pull_request import PullRequest
from ..github_integration.model.issue import Issue
from ..github_integration.model.pull_request import PullRequest


def get_gh_repository(g: Github, repository_id: str) -> Optional[Repository]:
Expand Down

0 comments on commit 73202fd

Please sign in to comment.