From e35fc006495c0a1261b4d55bcb5afba9cad70b9a Mon Sep 17 00:00:00 2001 From: milahu Date: Tue, 12 Oct 2021 20:51:52 +0200 Subject: [PATCH] update: pygit2.remote.RemoteCallbacks -> pygit2.RemoteCallbacks --- gitfs/mounter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitfs/mounter.py b/gitfs/mounter.py index 31b436d4..5735c5ac 100644 --- a/gitfs/mounter.py +++ b/gitfs/mounter.py @@ -18,8 +18,7 @@ import resource from fuse import FUSE -from pygit2 import Keypair, UserPass -from pygit2.remote import RemoteCallbacks +from pygit2 import Keypair, UserPass, RemoteCallbacks from gitfs import __version__ from gitfs.utils import Args