Skip to content

Commit 3658d88

Browse files
author
Piotr Slupski
committed
Formatting
1 parent 11e9882 commit 3658d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filecloudapi/fcserver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import xml.etree.ElementTree as ET
99
from io import SEEK_CUR, SEEK_END, SEEK_SET, BufferedReader, BytesIO
1010
from pathlib import Path
11-
from typing import Dict, Optional, Union, List
11+
from typing import Dict, List, Optional, Union
1212
from urllib.parse import urlencode
1313

1414
import requests
@@ -32,6 +32,7 @@
3232
PolicyList,
3333
PolicyUser,
3434
RMCClient,
35+
ServerSettings,
3536
ShareActivity,
3637
SharedType,
3738
SortBy,
@@ -40,7 +41,6 @@
4041
SyncFolder,
4142
TeamFolderInfo,
4243
UserStatus,
43-
ServerSettings,
4444
)
4545
from .exceptions import ServerError
4646

0 commit comments

Comments
 (0)