Skip to content

Commit 2afdc76

Browse files
author
Saimon Michelson
committed
update to pass lint
1 parent 45f30e3 commit 2afdc76

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

docs/source/UserGuides/Miscellaneous/Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Improvements
99

1010
* Capture the logged-on user's permission to access user folders
1111
* Add ability to:
12-
12+
1313
- Compute paths based on slices
1414
- Compute paths relative to another path
1515
- Verify whether a path is relative to another path

tests/ut/core/user/test_mkdir.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from unittest import mock
22
import munch
3-
4-
from cterasdk.common import Object
5-
from cterasdk import exceptions
6-
73
from tests.ut.core.user import base_user
84

95

tests/ut/core/user/test_move.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
from unittest import mock
2-
3-
from cterasdk.common import Object
42
from cterasdk import exceptions
5-
63
from tests.ut.core.user import base_user
74

85

0 commit comments

Comments
 (0)