Skip to content

Commit 91422a9

Browse files
author
Max Wang
committed
reorder import
1 parent f08f4dd commit 91422a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PowerPlatform/Dataverse/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
from typing import Any, Dict, Optional, Union, List, Iterable, Iterator
77
from contextlib import contextmanager
88

9-
import pandas as pd
10-
119
from azure.core.credentials import TokenCredential
1210

11+
import pandas as pd
12+
1313
from .core._auth import _AuthManager
1414
from .core.config import DataverseConfig
1515
from .data._odata import _ODataClient

0 commit comments

Comments
 (0)