Closed LindeSchoenmaker closed 3 months ago
Hello @LindeSchoenmaker! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/konnektor/network_tools/intermediate_generators/intermediator.py
Line 20:80: E501 line too long (84 > 79 characters) Line 23:41: W291 trailing whitespace Line 25:80: E501 line too long (96 > 79 characters) Line 30:80: E501 line too long (107 > 79 characters) Line 34:80: E501 line too long (94 > 79 characters) Line 36:1: W293 blank line contains whitespace Line 46:80: E501 line too long (94 > 79 characters) Line 47:1: W293 blank line contains whitespace Line 48:1: E302 expected 2 blank lines, found 1 Line 122:80: E501 line too long (94 > 79 characters)
Hello @LindeSchoenmaker! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/konnektor/network_tools/intermediate_generators/intermediator.py
: