Skip to content

Commit

Permalink
refactor(gitopscli/git_api): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
socar-humphrey committed Jul 1, 2021
1 parent 163d2d8 commit 97f5093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitopscli/git_api/github_git_repo_api_adapter.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
from typing import Optional, Literal

from github import (
Github,
UnknownObjectException,
BadCredentialsException,
GitRef,
PullRequest,
Repository,
GithubException,
)

from gitopscli.gitops_exception import GitOpsException
from .git_repo_api import GitRepoApi

Expand Down

0 comments on commit 97f5093

Please sign in to comment.