Skip to content

Commit 5d85bfd

Browse files
committed
fix typo
1 parent 695b35b commit 5d85bfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

article/article.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dags/dummy.py
7979

8080
So we need to disable `E0401` check from `pylint`.
8181

82-
Another possible solution to disable this check is to include `# noqa: E0401` to import statement.
82+
Also, there is another possible solution to disable this check is to include `# noqa: E0401` into the import statement.
8383

8484
```python
8585
from airflow import DAG # noqa: E0401
@@ -191,3 +191,5 @@ I wish you to see these success checks every time you push your code :)
191191
If you have any questions feel free to ask in a comment section, I will do my best to provide a comprehensive answer for you.
192192

193193
Question to you: do you have linter checks as a part of your CI/CD?
194+
195+
Todor1995!

0 commit comments

Comments
 (0)