We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16192f3 commit 5a69f47Copy full SHA for 5a69f47
office365/sharepoint/navigation/node.py
@@ -1,12 +1,10 @@
1
-from typing import TYPE_CHECKING, Optional
+from typing import Optional
2
3
from office365.runtime.paths.resource_path import ResourcePath
4
from office365.sharepoint.entity import Entity
5
+from office365.sharepoint.navigation.node_collection import NavigationNodeCollection
6
from office365.sharepoint.translation.user_resource import UserResource
7
-if TYPE_CHECKING:
8
- from office365.sharepoint.navigation.node_collection import NavigationNodeCollection
9
-
10
11
class NavigationNode(Entity):
12
"""
0 commit comments