Skip to content

Commit 9aba5a4

Browse files
amcintoshiamtodor
andauthored
Update article/article.md
Co-authored-by: iamtodor <todor.ilya@gmail.com>
1 parent 3c140b4 commit 9aba5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

article/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ So we need to disable `E0401` check from `pylint`.
8585

8686
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.
8787

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.
8989

9090
```python
9191
from airflow import DAG # noqa: E0401

0 commit comments

Comments
 (0)