Corrected error so that full linting will happen. Set line length to 120.

This commit is contained in:
BethanyG
2021-10-12 16:11:26 -07:00
committed by BethanyG
parent 4296ea4a17
commit b921a2ccc7

View File

@@ -8,4 +8,4 @@ exclude =
ignore = E501, F401
format = pylint
show-source = True
max-complexity = 10
max-complexity = 10