Skip to content

Commit f226f8a

Browse files
committed
fix typo
1 parent 7424aff commit f226f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mergin/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
this_dir = os.path.dirname(os.path.realpath(__file__))
1212

1313
try:
14-
from requests_toolbelt import MultipartEncode
14+
from requests_toolbelt import MultipartEncoder
1515
import pytz
1616
import dateutil.parser
1717
except ImportError:
@@ -22,7 +22,7 @@
2222
for f in os.listdir(os.path.join(deps_dir)):
2323
sys.path.append(os.path.join(deps_dir, f))
2424

25-
from requests_toolbelt import MultipartEncode
25+
from requests_toolbelt import MultipartEncoder
2626
import pytz
2727
import dateutil.parser
2828

0 commit comments

Comments
 (0)