Skip to content

Commit

Permalink
Fixed by isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
xneg committed Jan 10, 2022
1 parent 793d504 commit 4fa2914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests/db_engine_specs/test_kusto.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
# specific language governing permissions and limitations
# under the License.
# pylint: disable=unused-argument, import-outside-toplevel, protected-access
from datetime import datetime

import pytest
from flask.ctx import AppContext
from datetime import datetime


@pytest.mark.parametrize(
Expand Down

0 comments on commit 4fa2914

Please sign in to comment.