Skip to content

Commit 3f41a61

Browse files
committed
code formatting
1 parent ac3f684 commit 3f41a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mergin/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class ErrorCode(Enum):
1616
StorageLimitHit = "StorageLimitHit"
1717
MonthlyContributorsLimitHit = "MonthlyContributorsLimitHit"
1818

19+
1920
class ClientError(Exception):
2021
def __init__(self, detail, url=None, server_code=None, server_response=None, http_error=None, http_method=None):
2122
self.detail = detail

0 commit comments

Comments
 (0)