Skip to content

Commit 176c6ff

Browse files
authored
Update simple.py
removed newlines added for testing lint
1 parent 01cdd5c commit 176c6ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/simple.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def run_command(command):
99
output = subprocess.check_output(cmd)
1010
return output
1111

12-
# NWS edit this to make something for lint to change ???
12+
# NWS edit this to make something for lint to change -- and now removing newlines I added ???
1313

1414
def run_lsblk(device):
1515
"""
@@ -38,10 +38,8 @@ def run_lsblk(device):
3838

3939

4040
def main(device):
41-
4241
print(f" '{run_lsblk(device)}'")
4342

4443
if __name__ == '__main__':
4544
import sys
46-
4745
main(sys.argv[-1])

0 commit comments

Comments
 (0)