Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Papp <[email protected]>
  • Loading branch information
amznestebanpapp committed Oct 11, 2023
1 parent 89ff184 commit 7fd37f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deadline_submitter_for_maya/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Mock the call to DeadlineCredentialsStatus.getInstance that happens at the module level
# in submit_job_to_deadline_dialog.py. That call is done at the module level to gather the
# status before the dialog is opened.
from deadline.client.ui.deadline_credentials_status import DeadlineCredentialsStatus
from deadline.client.ui.deadline_credentials_status import DeadlineCredentialsStatus # noqa: E402

DeadlineCredentialsStatus.getInstance = Mock(return_value=None)

Expand Down

0 comments on commit 7fd37f2

Please sign in to comment.