Skip to content

Commit

Permalink
fix: code analyses fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jan 1, 2022
1 parent 2e1d933 commit b273928
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup_app/installers/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
from setup_app.installers.base import BaseInstaller

class NodeInstaller(BaseInstaller, SetupUtils):
"""This installer provides node installtion for Jans server.
No argument is required.
"""
"""This installer provides node installtion for Jans server."""

node_base = os.path.join(Config.jansOptFolder, 'node')
templates_rendered = False
Expand Down

0 comments on commit b273928

Please sign in to comment.