Skip to content

Commit

Permalink
Fixed python style format
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshbaburam91 committed Apr 10, 2024
1 parent d9f4dd2 commit 06025ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

# Install customer paramiko
os.system('pip install git+https://github.com/Juniper/paramiko.git')
os.system("pip install git+https://github.com/Juniper/paramiko.git")
# parse requirements
req_lines = [line.strip() for line in open("requirements.txt").readlines()]
install_reqs = list(filter(None, req_lines))
Expand Down

0 comments on commit 06025ee

Please sign in to comment.