Skip to content

Commit f07ab57

Browse files
committed
Add error code E402 to docs; issue #304
1 parent d80fc12 commit f07ab57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ This is the current list of error and warning codes:
324324
+----------+----------------------------------------------------------------------+
325325
| E401 | multiple imports on one line |
326326
+----------+----------------------------------------------------------------------+
327+
| E402 | module level import not at top of file |
328+
+----------+----------------------------------------------------------------------+
327329
+----------+----------------------------------------------------------------------+
328330
| **E5** | *Line length* |
329331
+----------+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)