Skip to content

Commit bc5a627

Browse files
Copilotpamelafox
andcommitted
Fix linting issues in test file
Co-authored-by: pamelafox <[email protected]>
1 parent 86c5534 commit bc5a627

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_auth_init.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# Add the scripts directory to the path so we can import the modules
1111
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'scripts'))
1212

13-
from auth_init import create_or_update_application_with_secret, update_azd_env
14-
from auth_common import get_application
13+
from auth_init import create_or_update_application_with_secret
1514

1615

1716
class MockApplication:

0 commit comments

Comments
 (0)