Skip to content

Commit 23dbdfb

Browse files
committed
fix test
1 parent 7937e9d commit 23dbdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from typing import List
2121

22-
from .common import ClientError, LoginError, WorkspaceRole, ProjectRole, LOG_FILE_SIZE_TO_SEND, MERGIN_DEFAULT_LOGS_URL
22+
from .common import ClientError, LoginError, WorkspaceRole, ProjectRole, MAX_LOG_FILE_SIZE_TO_SEND, MERGIN_DEFAULT_LOGS_URL
2323
from .merginproject import MerginProject
2424
from .client_pull import (
2525
download_file_finalize,

0 commit comments

Comments
 (0)