[F] A2 P3 Fix "Found pycodestyle (PEP8) style error at line 142"

This commit is contained in:
Hykilpikonna
2021-10-03 14:32:24 -04:00
parent 49e31d3f99
commit a3696d390b
+5 -5
View File
@@ -290,8 +290,8 @@ if __name__ == '__main__':
# (Delete the "#" and space before each line.) # (Delete the "#" and space before each line.)
# IMPORTANT: keep this code indented inside the "if __name__ == '__main__'" block # IMPORTANT: keep this code indented inside the "if __name__ == '__main__'" block
# IMPORTANT: Leave this code uncommented when you submit your files. # IMPORTANT: Leave this code uncommented when you submit your files.
# python_ta.check_all(config={ python_ta.check_all(config={
# 'extra-imports': ['datetime', 'python_ta.contracts'], 'extra-imports': ['datetime', 'python_ta.contracts'],
# 'max-line-length': 100, 'max-line-length': 100,
# 'disable': ['R1705', 'R1729'] 'disable': ['R1705', 'R1729']
# }) })