Skip to content

Commit e233f87

Browse files
committed
isort
1 parent d52ee52 commit e233f87

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

office365/entity_collection.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
<<<<<<< HEAD
12
from typing import TYPE_CHECKING, Any, Optional, Type, TypeVar
3+
=======
4+
from typing import TYPE_CHECKING, Any, TypeVar
5+
>>>>>>> 3ecd282d (isort)
26

37
from office365.entity import Entity
48
from office365.runtime.client_object_collection import ClientObjectCollection

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ requests_ntlm [NTLMAuthentication]
33
setuptools==65.5.1
44
msal==1.24.1
55
pytz==2021.1
6+
<<<<<<< HEAD
67
typing_extensions>=4.0.0;python_version<'3.11'
8+
=======
9+
typing_extensions
10+
>>>>>>> 3ecd282d (isort)

0 commit comments

Comments
 (0)