Skip to content

Commit 68fd019

Browse files
committed
Internal: Refactoring callbacks code (cont.)
Moving related code to callbacks.py
1 parent 9f5b1b8 commit 68fd019

File tree

4 files changed

+371
-309
lines changed

4 files changed

+371
-309
lines changed

pygit2/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131

3232
# High level API
3333
from .blame import Blame, BlameHunk
34-
from .callbacks import git_fetch_options
34+
from .callbacks import git_fetch_options, get_credentials, RemoteCallbacks
3535
from .config import Config
3636
from .credentials import *
3737
from .errors import check_error, Passthrough
3838
from .ffi import ffi, C
3939
from .index import Index, IndexEntry
40-
from .remote import Remote, RemoteCallbacks, get_credentials
40+
from .remote import Remote
4141
from .repository import Repository
4242
from .settings import Settings
4343
from .submodule import Submodule

0 commit comments

Comments
 (0)