diff options
author | John Bampton <jbampton@users.noreply.github.com> | 2018-05-11 01:28:27 +1000 |
---|---|---|
committer | John Bampton <jbampton@users.noreply.github.com> | 2018-05-11 07:59:05 +1000 |
commit | 0d31ef4762f5a1428a57439d26551a99f15ddc2e (patch) | |
tree | b2943f8b56ffef8d12fdf8d79ed9d04cd8a8c62b /contrib/seeds/generate-seeds.py | |
parent | 1c582503507b72306be1355738f1d853e499bd15 (diff) |
Enable W191 and W291 flake8 checks.
Remove trailing whitespace from Python files.
Convert tabs to spaces.
Diffstat (limited to 'contrib/seeds/generate-seeds.py')
-rwxr-xr-x | contrib/seeds/generate-seeds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/generate-seeds.py b/contrib/seeds/generate-seeds.py index 72eb7255f3..ace7d3534f 100755 --- a/contrib/seeds/generate-seeds.py +++ b/contrib/seeds/generate-seeds.py @@ -11,7 +11,7 @@ argument: nodes_main.txt nodes_test.txt -These files must consist of lines in the format +These files must consist of lines in the format <ip> <ip>:<port> |