Skip to content

Commit 38c1297

Browse files
author
Saurabh Badenkal
committed
Fix import order in test_client_dataframe.py (isort)
1 parent c812ddf commit 38c1297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_client_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import unittest
55
from unittest.mock import MagicMock
66

7-
from azure.core.credentials import TokenCredential
87
import pandas as pd
8+
from azure.core.credentials import TokenCredential
99

1010
from PowerPlatform.Dataverse.client import DataverseClient
1111

0 commit comments

Comments
 (0)