We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940e22f commit 24439baCopy full SHA for 24439ba
2 files changed
src/PowerPlatform/Dataverse/client.py
@@ -9,7 +9,6 @@
9
from azure.core.credentials import TokenCredential
10
11
import pandas as pd
12
-
13
from .core._auth import _AuthManager
14
from .core.config import DataverseConfig
15
from .data._odata import _ODataClient
tests/unit/test_client_dataframe.py
@@ -4,8 +4,8 @@
4
import unittest
5
from unittest.mock import MagicMock
6
7
-import pandas as pd
8
+import pandas as pd
from PowerPlatform.Dataverse.client import DataverseClient
0 commit comments