Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Gerveshi <15710060+agerveshi@users.noreply.github.com>
  • Loading branch information
agerveshi committed Sep 13, 2023
1 parent 8b2152a commit d35e0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pytest-xdist ~= 3.3
twine ~= 4.0
mypy ~= 1.5
black ~= 23.7
ruff ~= 0.0.287
ruff ~= 0.0.287
types-PyYAML ~= 6.0.12
3 changes: 1 addition & 2 deletions src/deadline/nuke_submitter/job_bundle_output_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from PySide2.QtWidgets import ( # pylint: disable=import-error; type: ignore
QApplication,
QFileDialog,
QMessageBox,
QMainWindow,
)

Expand Down Expand Up @@ -126,7 +125,7 @@ def _get_expected_nuke_version(expected_job_bundle_dir: str) -> str:
if parameter_value["name"] == "NukeVersion":
return parameter_value["value"]

return None
return ""


# The following functions implement the test logic.
Expand Down

0 comments on commit d35e0cb

Please sign in to comment.