Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit b16236d

Browse files
williexutroydai
authored andcommitted
fixed pylint import order
1 parent 43a30b7 commit b16236d

File tree

1 file changed

+1
-1
lines changed
  • src/azure_devtools/scenario_tests

1 file changed

+1
-1
lines changed

src/azure_devtools/scenario_tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
import tempfile
1111
import shutil
1212
import logging
13+
import re
1314
import six
1415
import vcr
15-
import re
1616

1717
from .config import TestConfig
1818
from .const import ENV_TEST_DIAGNOSE

0 commit comments

Comments
 (0)