Skip to content

Commit

Permalink
Linter updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Feb 15, 2025
1 parent 396513c commit 3b60fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ disable=raw-checker-failed,
attribute-defined-outside-init,
unused-argument,
consider-using-from-import,
line-too-long
line-too-long,
import-outside-toplevel
2 changes: 1 addition & 1 deletion webui/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def get_versions() -> tuple[str, str] | None:

return latest_version, current_version
except Exception:
return
return None


def get_package_version(package_name: str) -> str:
Expand Down

0 comments on commit 3b60fd3

Please sign in to comment.