Skip to content

Commit b1f274b

Browse files
authored
Fixed formatting
1 parent 7ad0654 commit b1f274b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filecloudapi/fcserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def quickshare(self, sharelocation: str, adminproxyuserid: str = "") -> FCShare:
959959
str_to_bool(resp.findtext("./share/allowpublicuploadonly", "")),
960960
)
961961

962-
def deleteshare(self, share :FCShare) -> None:
962+
def deleteshare(self, share: FCShare) -> None:
963963
resp = self._api_call(
964964
"/core/deleteshare",
965965
{"shareid": share.shareid},

0 commit comments

Comments
 (0)