You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: article/article.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ So we need to disable `E0401` check from `pylint`.
85
85
86
86
We assume that the developer who writes the code and imports the libs is responsible for the writing reliable tests. So if the test does not pass it means that it's something with the import or code (logic) itself. Thus the import check is not something we would like to put as a linter job.
87
87
88
-
Also, there is another possible solution to disable this check by includung`# noqa: E0401` after the import statement.
88
+
Also, there is another possible solution to disable this check by including`# noqa: E0401` after the import statement.
0 commit comments