Skip to content

Commit

Permalink
refactor: Removed obsolete jinja2 import from MSGraphAsyncOperator an…
Browse files Browse the repository at this point in the history
…d MSGraphSensor
  • Loading branch information
davidblain-infrabel committed Nov 12, 2024
1 parent c21adc3 commit 3d422dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
if TYPE_CHECKING:
from io import BytesIO

import jinja2 # Slow import.
from kiota_abstractions.request_adapter import ResponseType
from kiota_abstractions.request_information import QueryParams
from msgraph_core import APIVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from datetime import timedelta
from io import BytesIO

import jinja2 # Slow import.
from kiota_abstractions.request_information import QueryParams
from kiota_http.httpx_request_adapter import ResponseType
from msgraph_core import APIVersion
Expand Down

0 comments on commit 3d422dd

Please sign in to comment.