Skip to content

Commit

Permalink
[pylint] FIx spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Mar 6, 2024
1 parent 3b60e9a commit d09af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/libs/azure/src/azure/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_with_credentials(self):
try:
finish = (
conf.AZURE_ACCOUNTS.set_for_testing({
'default': {'client_id':'client_id', 'client_secret': 'client_secret', 'tenant_id': 'tenant_id'}
'default': {'client_id': 'client_id', 'client_secret': 'client_secret', 'tenant_id': 'tenant_id'}
}),
conf.ADLS_CLUSTERS.set_for_testing({'default': {'fs_defaultfs': 'fs_defaultfs', 'webhdfs_url': 'webhdfs_url'}})
)
Expand Down

0 comments on commit d09af34

Please sign in to comment.