Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmogos committed Sep 23, 2020
1 parent 36e7066 commit 03a0be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def print_init():
print("")


def deploy_config(config_name, push_config = True):
def deploy_config(config_name, push_config=True):
from os import environ, path

print_init()
Expand Down

0 comments on commit 03a0be5

Please sign in to comment.