Skip to content

Commit

Permalink
Black didn't like the format of that line
Browse files Browse the repository at this point in the history
whatever, quick fix.
  • Loading branch information
cdp1337 committed Aug 15, 2024
1 parent 9054c23 commit 706757d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/tacticalrmm/scripts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ def load_community_scripts(cls):

syntax = script["syntax"] if "syntax" in script.keys() else ""

run_as_user = script["run_as_user"] if "run_as_user" in script.keys() else False
run_as_user = (
script["run_as_user"] if "run_as_user" in script.keys() else False
)

supported_platforms = (
script["supported_platforms"]
Expand Down

0 comments on commit 706757d

Please sign in to comment.